Forum Discussion
MuhammadAr_U_Intel
Contributor
7 years agoFirst of all try to use IP auto-generated script to bring up the simulation, script is located in <ipname/simulation/mentor/msim_setup.tcl> ?
Script will have all the settings including the Libraries need to be added for bringing up simulation.
Open Modelsim and Follow steps as below in modelsim console.
$ cd <ip simulation directory>/
$ do msim_setup.tcl
$ ld
Let me know if you are able to proceed.
Thanks,
Arslan
Emmanuel
New Contributor
5 years agoGood morning, Arslan. I have a similar problem with simulation. I followed the instructions you indicated and it worked. Thank you. I have a question: How can I simulate multiple IP components in the same simulation?
Thank you for your answer.