You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In The RISC-V Instruction Set Manual in the chapter 2 (RV32I Base Integer Instruction Set) there is fence and fence.i instructions.
But I found only test for fence.i (https://github.com/riscv-software-src/riscv-tests/blob/master/isa/rv32ui/fence_i.S).
Why there is no test for fence instruction? The test set rv32ui is incomplete.
The text was updated successfully, but these errors were encountered:
In The RISC-V Instruction Set Manual in the chapter 2 (RV32I Base Integer Instruction Set) there is fence and fence.i instructions.
But I found only test for fence.i (https://github.com/riscv-software-src/riscv-tests/blob/master/isa/rv32ui/fence_i.S).
Why there is no test for fence instruction? The test set rv32ui is incomplete.
The text was updated successfully, but these errors were encountered: