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
There are a ton of tests for each RISC-V instruction in the RISC-V tests repo.
Unfortunately, because DINO CPU is missing some instructions (e.g., csr instructions) they don't run out of the box.
It might make sense to implement the host-guest interface from the risc-v tools, too, or to improve ours. Maybe this isn't related to this issue, though.
The text was updated successfully, but these errors were encountered:
There are a ton of tests for each RISC-V instruction in the RISC-V tests repo.
Unfortunately, because DINO CPU is missing some instructions (e.g., csr instructions) they don't run out of the box.
It might make sense to implement the host-guest interface from the risc-v tools, too, or to improve ours. Maybe this isn't related to this issue, though.
The text was updated successfully, but these errors were encountered: