Test jtag demo will incorrect when add instruction in loop3.
This commit is contained in:
parent
29696841ff
commit
a9bfa80cc1
|
@ -63,7 +63,6 @@ loop2:
|
||||||
bnez x5, loop2
|
bnez x5, loop2
|
||||||
|
|
||||||
loop3:
|
loop3:
|
||||||
addi x4, x4, 1
|
|
||||||
beq x0, x0, loop3
|
beq x0, x0, loop3
|
||||||
|
|
||||||
// Write 0xff to STDOUT for TB to terminate test.
|
// Write 0xff to STDOUT for TB to terminate test.
|
||||||
|
|
Loading…
Reference in New Issue