mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-14 21:35:02 +01:00
14 lines
297 B
Markdown
14 lines
297 B
Markdown
# rvdc
|
|
|
|
RISC-V instruction decoder.
|
|
|
|
## Supported extensions
|
|
|
|
The decoder supports the following instructions:
|
|
|
|
- [x] Base RV32I instruction set
|
|
- [x] M standard extension
|
|
- [x] A standard extension
|
|
- [x] Zalrsc standard extension
|
|
- [x] Zaamo standard extension
|
|
- [x] C standard extension
|