e200_opensource icon indicating copy to clipboard operation
e200_opensource copied to clipboard

failed in riscv-tools/riscv-tests/isa/generated/rv32ui-p-addi testcase

Open jackfan00 opened this issue 4 years ago • 0 comments

I simulate riscv-tools/riscv-tests/isa/generated/rv32ui-p-addi testcase, but it failed.

8000019e : 8000019e: 12fd addi t0,t0,-1 800001a0: fe029fe3 bnez t0,8000019e 800001a4: 100083b7 lui t2,0x10008 800001a8: 00838393 addi t2,t2,8 # 10008008 <_start-0x6fff7ff8> 800001ac: 0003a283 lw t0,0(t2) 800001b0: 00040337 lui t1,0x40 800001b4: fff34313 not t1,t1 800001b8: 0062f2b3 and t0,t0,t1 --------stuck here, dont fetch next instruction 800001bc: 0053a023 sw t0,0(t2) 800001c0: 40000293 li t0,1024

jackfan00 avatar Nov 12 '19 08:11 jackfan00