-
Notifications
You must be signed in to change notification settings - Fork 4
Files generated by OpenNAS
This folder contains the .vhd files (hardware description language files) which describe a full NAS architecture. Those files should not be modified unless you are interested in add new VHDL/Verilog modules to the original NAS design.
Depending on the chip you select, a constraints file will be generated. In the one hand, if an ISE supported chip is selected, a .ucf file will be created. In the other hand, if a Vivado supported chip is selected, a .xdc file will be created. If "OTHER" option is selected, a .xdc file is generated by default, so the user has to configure his own constraints file by indicating a pin for each signal.
Through this script, a NAS project is configurated and created automatically. It also is able to run the "Generate configuration file" to obtain the .bit file, which is needed to program the FPGA.
This file collects all the NAS parameters with the values have been set by the user. It is a summary of the NAS architecture generated by the application.
Wiki
Getting Started on Windows
Running OpenNAS
- OpenNAS wizard quick view
- Step 1: NAS commons settings
- Step 2: NAS audio input source
- Step 3: NAS processing architecture
- Step 4: NAS neuromorphic output interface
- Step 5: NAS destination folder
What's next?