Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

system.h generation with a script

Altera_Forum
Honored Contributor II
2,815 Views

I have built a design with QSYS on Quartus 13.0. I see it generates a "<my_design>.sopcinfo" file. If we run NIOS IDE most likely it will generate a "system.h" file that can be used as memory map header files in the C codes.  

I am not going to run NIOS IDE since I don't want to be involved in C code compilation! I just need a header file for my RTL simualtion environment. is there any script to read the sopc file and generate a "system.h" or any header file that I can use?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
2,043 Views

We use the nios2-bsp command in our build system to automate generation of the Altera HAL BSP.

0 Kudos
Reply