This folder contains the the core VHDL files for the NEORV32 CPU and the NEORV32 Processor. When creating a new synthesis/simulation project make
6
sure that all `*.vhd` files from this folder are added to a **new** design library called `neorv32`.
7
8
### `fpga_specifc`
9
10
This folder provides FPGA- or technology-specific *alternatives* for certain CPU and/or processor modules (for example optimized memory modules using
11
FPGA-specific primitves).
12
13
### `top_templates`
14
15
Alternative top entities for the CPU and/or the processor. Actually, these *alternative* top entities are wrappers, which instantiate the *real* top entity of