Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17241 Discussions

system.h generation with a script

Altera_Forum
Honored Contributor II
2,767 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
1,995 Views

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

0 Kudos
Reply