Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Hello, i need to extract the start adresses of each component in my SOPC system. Is there any easy way? Or must i write a perl script or something similar? I would like to trigger this script on system generation. thanks, ringo --- Quote End --- You could use the tools that the linux guys use to map their addresses into the kernel build process. After you have compiled your SOPC into a SOPCINFO, open a NIOS terminal in the directory of your project and type "sopc-create-header-files --single custom_fpga.h". This should create an h file with all your addresses defined. Hope that helps. David