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
commit ddface9 integrates riscv-arch-test (explicitly, based on old-framework-2.x) in CI pipeline. Zifencei test items failed according to the GitHub Actions report.
Reproduce:
make arch-test RISCV_DEVICE=Zifencei
The text was updated successfully, but these errors were encountered:
In the previous implementation, fencei was treated as a branch
instruction, but it was assigned a missing value in the new branch list.
As a result, emulator fails to pass Zifencei test.
See: sysprog21#98
In the previous implementation, fencei was treated as a branch
instruction, but it was assigned a missing value in the new branch list.
As a result, emulator fails to pass Zifencei test.
Close: sysprog21#98
commit ddface9 integrates riscv-arch-test (explicitly, based on old-framework-2.x) in CI pipeline.
Zifencei
test items failed according to the GitHub Actions report.Reproduce:
The text was updated successfully, but these errors were encountered: