update README

This commit is contained in:
Pasquale Davide Schiavone 2018-09-28 10:45:23 +02:00
parent 8b685e78a2
commit 7419ef41c3

View file

@ -2,7 +2,7 @@
*zero-riscy** is a small 2-stage RISC-V core derived from RI5CY.
**zero-riscy** fully implements the RV32IMC instruction set and a minimal
**zero-riscy** fully implements the RV32IMC instruction set and a minimal
set of RISCV privileged specifications.
**zero-riscy** can be configured to be very small by disabling the RV32M extensions
and by activating the RV32E extensios. This configuration is called **micro-riscy**
@ -14,5 +14,5 @@ PULP and PULPino.
## Documentation
A datasheet that explains the most important features of the core can be found
in the `zeroriscy-doc` repository.
in the doc folder.