Altera_Forum
Honored Contributor
17 years agoNios Simulation Outside of SOPC
Hi,
I have been following the Simulating Nios II Embedded Processor Design (http://www.altera.com/literature/an/an351.pdf) tutorial to simulate a Nios Processor Embedded System. By following the guide, I found out that it uses SOPC to generate ModelSim execution scripts. However, for my project, after the SOPC generates 4 separate systems (each with their own nios processor, memory, dma, router, etc), I still need to connect the 4 separate routers together in another top-level design file instantiating the nios_system generated by SOPC. Therefore, I was wondering, is the ModelSim simulation based solely on the outputs of SOPC (in which case it might not be aware of connection established in the top-level design file later), or perhaps there is a way to link ModelSim to simulate the top-level file, instead of just the SOPC outputs? Please let me know. Thanks.