rvc/.gitmodules
Stefan cf50244181 support for all necessary CSRs, privilege modes, traps, atomics
...plus some cleanups and debug improvements (single-step mode)

All tests specified in test.sh now pass! This pretty much means full
compliance with the RV32I base spec, M and A extensions, as well as correct
machine, supervisor and user mode traps/switches.

Next up is the SV32 MMU and external devices (UART, CLINT timer).
2021-05-28 19:02:11 +02:00

10 lines
277 B
Plaintext

[submodule "riscv-opcodes"]
path = riscv-opcodes
url = https://github.com/riscv/riscv-opcodes
[submodule "riscv-tests"]
path = riscv-tests
url = https://github.com/riscv/riscv-tests
[submodule "riscv-rust"]
path = riscv-rust
url = https://github.com/takahirox/riscv-rust