Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
18 years ago

simulate multichip designs

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

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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 :)

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.