Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIf you don't have a Nios II core (and hence no system.h) you can call 'sopc-create-header-files' from the Nios II command line shell on any master in your system to get something equivalent to system.h generated.
Alternatively if you created your own mastering component you can have the .tcl file query all the slave ports down stream from it and you could write a parser in .tcl to pull all the information out. This is a lot of work so I recommend the former approach.