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

Subversion Repositories neorv32

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 74 zero_gravi
## Hardware RTL Sources
2 22 zero_gravi
 
3 63 zero_gravi
 
4 72 zero_gravi
### [`core`](https://github.com/stnolting/neorv32/tree/main/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 72 zero_gravi
:warning: The sub-folder [`core/mem`](https://github.com/stnolting/neorv32/tree/main/rtl/core/mem)
11 64 zero_gravi
contains the _platform-agnostic_ VHDL architectures of the processor-internal memories.
12
You can _replace_ inclusion of these files by platform-optimized memory architectures.
13 22 zero_gravi
 
14 64 zero_gravi
 
15 74 zero_gravi
### [`processor_templates`](https://github.com/stnolting/neorv32/tree/main/rtl/processor_templates)
16 63 zero_gravi
 
17
Contains pre-configured "SoC" templates that instantiate the processor's top entity from `core`.
18
These templates can be instantiated directly within a FPGA-specific board wrapper.
19
 
20
 
21 74 zero_gravi
### [`system_integration`](https://github.com/stnolting/neorv32/tree/main/rtl/system_integration)
22 63 zero_gravi
 
23
Top entities in this folder provide the same peripheral/IO signals and configuration generics as the default
24
processor top entity from `core`, but feature a different interface type.
25
For example: an **AXI4-Lite**-compatible bus interface instead of the default Wishbone bus interface
26
or a top entity with _resolved_ port signal types.
27
 
28
 
29 74 zero_gravi
### [`test_setups`](https://github.com/stnolting/neorv32/tree/main/rtl/test_setups)
30 63 zero_gravi
 
31
Minimal test setups (FPGA- and board-independent) for the processor. See the
32 72 zero_gravi
[README](https://github.com/stnolting/neorv32/tree/main/rtl/test_setups)
33 63 zero_gravi
in that folder for more information. Note that these test setups are used in the
34
[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.