Update README.md

This commit is contained in:
Pasquale Davide Schiavone 2017-03-20 17:39:23 +01:00
parent 495a05c7f4
commit a9164fe21f

View file

@ -2,18 +2,16 @@
**zero-riscy** is a small 3-stage RISC-V core derived from RI5CY.
**zero-riscy** fully implements the RV32IC instruction set and a minimal set of RISCV privileged v1.9 specifications.
**zero-riscy** fully implements the RV32IMC instruction set and a minimal set of RISCV privileged v1.9 specifications.
In particular, **zero-riscy** supports the following machine-level CSR addresses: mhartid, mepc, mcause and the MIE/MPIE fields of the mstatus.
**zero-riscy** supports debug. The debug unit has been ported from RI5CY and it has the same specifications reported in http://www.pulp-platform.org/wp-content/uploads/2017/02/ri5cy_user_manual.pdf at page 26.
**zero-riscy** can be configured to be very small by disabling the RV32M extensions and by activating the RV32E extensios.
Roadmap for future features includes:
Complete support for M extension.
Support for RV32EC[M] extension.
Supports for performance counters.