Forum Discussion

PHuan32's avatar
PHuan32
Icon for New Contributor rankNew Contributor
6 years ago

How to simulate 2 IPs in ModelSim

I can simulate 1 IP in ModelSim successfully by following the instruction from sim/mentor/msim_setup.tcl.

But If I want to simulate which include at least 2 IPs in ModelSim, I do not know how to setup the environment?

2 Replies

  • AndyN's avatar
    AndyN
    Icon for Occasional Contributor rankOccasional Contributor

    Easiest way is from your Quartus project, go to Tools>Generate Simulator Setup Script for IP. This will give you an msim_setup.tcl for all the IP in your project.

    Hope that helps,

    Andy

    • PHuan32's avatar
      PHuan32
      Icon for New Contributor rankNew Contributor

      Hi! Andy,

      Thank you very much! Yes, I had simulated multiple IPs in modelsim successfully!

      BR

      Paul