Add RVC into the readme
Forgot to add RVC (compressed) support information into the readme
This commit is contained in:
parent
fc1f4ec23a
commit
25c0a0ff6f
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
This repository hosts a RISC-V implementation written in SpinalHDL. Here are some specs :
|
This repository hosts a RISC-V implementation written in SpinalHDL. Here are some specs :
|
||||||
|
|
||||||
- RV32I[M] instruction set
|
- RV32I[M][C] instruction set
|
||||||
- Pipelined with 5 stages (Fetch, Decode, Execute, Memory, WriteBack)
|
- Pipelined with 5 stages (Fetch, Decode, Execute, Memory, WriteBack)
|
||||||
- 1.44 DMIPS/Mhz when all features are enabled
|
- 1.44 DMIPS/Mhz when all features are enabled
|
||||||
- Optimized for FPGA, fully portable
|
- Optimized for FPGA, fully portable
|
||||||
|
|
Loading…
Reference in New Issue