Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHow to know what files to include in Nios II main file?
When I initially created a system with just a JTAG UART as peripheral and then chose "Nios II application and BSP from template" and then selected small hello world, the .c file with the main routine...
Altera_Forum
Honored Contributor
9 years agoHello XAUI
You have to look into the board support package project (BSP project) Example: C:\FpgaQsysProjects\Q16\tse_tutorial\software\tse_hello_world == your files C:\FpgaQsysProjects\Q16\tse_tutorial\software\tse_hello_world_bsp\drivers\inc == supporting routines for the hardware selected. These files are not generated by Eclipse but by Qsys based on the configuration you built in Qsys. Best Regards, Johi.