Forum Discussion
Altera_Forum
Honored Contributor
10 years agoIt is always possible to simulate Nios systems. You can proceed to generate testbench system in Qsys. Then, you can run modelsim via Eclipse. Do refer to
https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/an/an351.pdf Now, the word "possible" is used because not every IP supports simulation due to the lack of simulation model. For example, the spi you instantiated in Qsys is just a wrapper that does not come with SPI model, which means that you won't be able to emulate SPI behavior in simulation. However, if you have your own SPI model that comply to standard SPI, you can hook that up and simulate your design.