DE2-115 based controller for NI USRP 2920
-
Create an empty Quartus II project called final_ethernet_controller.
-
Add all files in repository HDL folder to the project directory and add them in Quartus.
-
Move nios_system.qsys from the repository Qsys folder into the project directory.
-
Open Qsys in Quartus and open nios_system.qsys.
-
Generate the HDL in Qsys.
-
Add the nios_system.qip created to the project.
-
Replace final_ethernet_controller.qsf in the project directory with final_ethernet_controller.qsf from the repository. Add the .sdc file from the timing repository folder and add to project.
-
Open Eclipse from Quartus and create new Nios II project with BSP.
-
Use the nios_system.sopc created when the Nios was built. Make sure the project is blank.
-
Drag all code from the Nios C Code repository folder into the eclipse project.
-
Build the BSP and then the project and run as Nios II hardware