Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17255 Discussions

simulate multichip designs

Altera_Forum
Honored Contributor II
1,175 Views

Is it possible to simulate two designs of two Cyclon II chips in one testbench? How?

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
495 Views

I don't know about the existence of such option, but if I REALLY had to do this, in the extreme case I would have ran two modelsims. Then simulate the communication between chips through a pipe in linux. Could be a lot of work, but could potentially work :)

0 Kudos
Altera_Forum
Honored Contributor II
495 Views

Functional simulation in ModelSim isn't related to a particular chip. It basically doesn't matter, if you have one or many DUT's in a testbench. 

 

Typically, I use parts of other designs as auxilary components in a testbench. E. g. the peer of a communication channel is represented by the respective HDL module. I can simulate interesting aspects as effect of a clock frequency offset or transmission delay and delay skew. 

 

The wiring of multiple DUT's or auxilary modules has to be done manually of course.
0 Kudos
Reply