mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
Update README.md
This commit is contained in:
parent
495a05c7f4
commit
a9164fe21f
1 changed files with 3 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue