OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [rtl/] [README.md] - Diff between revs 62 and 63

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 62 Rev 63
Line 1... Line 1...
## VHDL Source 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 core VHDL files for the NEORV32 CPU and the NEORV32 Processor.
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
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`.
*new design library* called `neorv32`.
 
 
### [`templates`](https://github.com/stnolting/neorv32/tree/master/rtl/templates)
 
 
 
Alternative top entities / wrappers for the NEORV32 Processor.
### [`processor_templates`](https://github.com/stnolting/neorv32/tree/master/rtl/processor_templates`)
 
 
 
Contains pre-configured "SoC" templates that instantiate the processor's top entity from `core`.
 
These templates can be instantiated directly within a FPGA-specific board wrapper.
 
 
 
 
 
### [`system_integration`](https://github.com/stnolting/neorv32/tree/master/rtl/system_integration`)
 
 
 
Top entities in this folder provide the same peripheral/IO signals and configuration generics as the default
 
processor top entity from `core`, but feature a different interface type.
 
For example: an **AXI4-Lite**-compatible bus interface instead of the default Wishbone bus interface
 
or a top entity with _resolved_ port signal types.
 
 
 
 
 
### [`test_setups`](https://github.com/stnolting/neorv32/tree/master/rtl/test_setups`)
 
 
 
Minimal test setups (FPGA- and board-independent) for the processor. See the
 
[README](https://github.com/stnolting/neorv32/tree/master/rtl/test_setups)
 
in that folder for more information. Note that these test setups are used in the
 
[NEORV32 USer Guide](https://stnolting.github.io/neorv32/ug).

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.