Add RVC into the readme

Forgot to add RVC (compressed) support information into the readme
This commit is contained in:
Dolu1990 2018-10-13 09:57:13 +02:00 committed by GitHub
parent fc1f4ec23a
commit 25c0a0ff6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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