fixed GPR reset bug, fixed lsu dup loading, fixed riscv-tests
This commit is contained in:
@@ -89,11 +89,11 @@ vx_num_cores:
|
||||
.type vx_num_cycles, @function
|
||||
.global vx_num_cycles
|
||||
vx_num_cycles:
|
||||
csrr a0, CSR_MCYCLE
|
||||
csrr a0, CSR_CYCLE
|
||||
ret
|
||||
|
||||
.type vx_num_instrs, @function
|
||||
.global vx_num_instrs
|
||||
vx_num_instrs:
|
||||
csrr a0, CSR_MINSTRET
|
||||
csrr a0, CSR_INSTRET
|
||||
ret
|
||||
Reference in New Issue
Block a user