Altera_Forum
Honored Contributor
13 years agoDistinguishing between multiple identical Nios systems
Hi,
I want to instantiate multiple instances of the same Qsys/Nios system but I can't figure out how to distinguish between them when using the command line tools. I need to run a different software image on each instance, so I need to somehow determine which is which in the JTAG chain. One way would be to read CPUID, but I can't see how this can be made unique depending on the instance. One way would be to create a custom memory mapped ID component, with its value set by a Qsys instance parameter, but isn't there a better way built into the tools?