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

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [rtl/] [README.md] - Blame information for rev 63

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 57 zero_gravi
## VHDL Source Folders
2 22 zero_gravi
 
3 63 zero_gravi
 
4 35 zero_gravi
### [`core`](https://github.com/stnolting/neorv32/tree/master/rtl/core)
5 22 zero_gravi
 
6 61 zero_gravi
This folder contains the core VHDL files for the NEORV32 CPU and the NEORV32 Processor.
7
When creating a new synthesis/simulation project make sure that all `*.vhd` files from this folder are added to a
8
*new design library* called `neorv32`.
9 22 zero_gravi
 
10
 
11 63 zero_gravi
### [`processor_templates`](https://github.com/stnolting/neorv32/tree/master/rtl/processor_templates`)
12
 
13
Contains pre-configured "SoC" templates that instantiate the processor's top entity from `core`.
14
These templates can be instantiated directly within a FPGA-specific board wrapper.
15
 
16
 
17
### [`system_integration`](https://github.com/stnolting/neorv32/tree/master/rtl/system_integration`)
18
 
19
Top entities in this folder provide the same peripheral/IO signals and configuration generics as the default
20
processor top entity from `core`, but feature a different interface type.
21
For example: an **AXI4-Lite**-compatible bus interface instead of the default Wishbone bus interface
22
or a top entity with _resolved_ port signal types.
23
 
24
 
25
### [`test_setups`](https://github.com/stnolting/neorv32/tree/master/rtl/test_setups`)
26
 
27
Minimal test setups (FPGA- and board-independent) for the processor. See the
28
[README](https://github.com/stnolting/neorv32/tree/master/rtl/test_setups)
29
in that folder for more information. Note that these test setups are used in the
30
[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.