Test jtag demo will incorrect when add instruction in loop3.

This commit is contained in:
colin 2022-05-11 03:31:51 +00:00
parent 29696841ff
commit a9bfa80cc1
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ loop2:
bnez x5, loop2
loop3:
addi x4, x4, 1
beq x0, x0, loop3
// Write 0xff to STDOUT for TB to terminate test.