Back to project
URL
https://opencores.org/ocsvn/neorv32/neorv32/trunk
[/ ] [neorv32/ ] [trunk/ ] [rtl/ ] [README.md ] - Diff between revs 35 and 57
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 35
Rev 57
Line 1...
Line 1...
## VHDL Source File Folders
## VHDL Source Folders
### [`core`](https://github.com/stnolting/neorv32/tree/master/rtl/core)
### [`core`](https://github.com/stnolting/neorv32/tree/master/rtl/core)
This folder contains the the core VHDL files for the NEORV32 CPU and the NEORV32 Processor. When creating a new synthesis/simulation project make
This folder contains the core VHDL files for the NEORV32 CPU and the NEORV32 Processor. When creating a new synthesis/simulation project make
sure that all `*.vhd` files from this folder are added to a **new** design library called `neorv32`.
sure that all `*.vhd` files from this folder are added to a *new design library* called `neorv32`.
### [`fpga_specifc`](https://github.com/stnolting/neorv32/tree/master/rtl/fpga_specific)
This folder provides FPGA- or technology-specific *alternatives* for certain CPU and/or processor modules (for example optimized memory modules using
FPGA-specific primitves).
### [`top_templates`](https://github.com/stnolting/neorv32/tree/master/rtl/top_templates)
### [`top_templates`](https://github.com/stnolting/neorv32/tree/master/rtl/top_templates)
Alternative top entities for the CPU and/or the processor. Actually, these *alternative* top entities are wrappers, which instantiate the *real* top entity of
Alternative top entities for the NEORV32 Processor. Actually, these *alternative* top entities are wrappers, which instantiate the *real* top entity of
processor/CPU and provide a different interface.
processor/CPU and provide a different interface.
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.