prepare rvdc

This commit is contained in:
nora 2025-03-22 20:32:06 +01:00
parent a132b481e6
commit 5447d44290
10 changed files with 143 additions and 60 deletions

14
rvdc/README.md Normal file
View file

@ -0,0 +1,14 @@
# 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