mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-18 18:44:43 -04:00
Update README.md
This commit is contained in:
parent
148fa73aab
commit
5b22387862
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ This is the ReonV project repository. ReonV is a modified version of the [Leon3]
|
|||
## <a name="reonv"></a> The ReonV
|
||||
### <a name="what-reonv"></a> What is ReonV?
|
||||
Simply speaking, ReonV is a RV32I version of the [Leon3](http://www.gaisler.com/index.php/products/processors/leon3) processor which is provided as part of the [GRLIB IP Library](http://www.gaisler.com/index.php/products/ipcores/soclibrary) on GPL license by [Cobham Gaisler AB](http://www.gaisler.com/).
|
||||
ReonV changed the Leon3 7-stage integer pipeline from SPARC to RISC-V, mantaining all other IP cores and resources provided by GRLIB IP Library untouched. With this, we aimed to provide all the support to synthesis and peripherals Leon3 has to a RISC-V processor.
|
||||
ReonV changed the Leon3 7-stage integer pipeline from SPARC to RISC-V, maintaining all other IP cores and resources provided by GRLIB IP Library untouched. With this, we aimed to provide all the support to synthesis and peripherals Leon3 has to a RISC-V processor.
|
||||
### <a name="why-reonv"></a> Why creating a new RISC-V project?
|
||||
While there are good examples of advanced RISC-V projects, most of them built an entirely new processor and so had to build from the ground all the support to synthesis and peripherals to run it and also deal with compatibility problems when expanding the project to other environments. ReonV took another path. We used a very well documented, GPL licensed and tested IP Library, the GRLIB, made for the SPARC based Leon3 processor and changed its ISA to RISC-V, resulting in a RISC-V processor with support to many peripherals, different synthesis, simulation tools and FPGAs.
|
||||
Also, we wanted to show to the hardware developers community that it is possible to reuse hardware and that doing so makes development easier.
|
||||
|
|
Loading…
Add table
Reference in a new issue