FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6343 Discussions

built msim_setup.tcl in ip-make-simscrpt. Need procedure to get PLLs in "work" directory. Getting "failed to run ip-make-simscript" invoking modelsim from quartus.

LCard2
Beginner
1,807 Views
 
0 Kudos
3 Replies
AnandRaj_S_Intel
Employee
856 Views

Hi,

 

Can you please launch modelsim directly and try(instead of invoking from quartus ).

I have to run -> ip-make-simscript --spd=<directory>/ pll1.spd --output-directory=<directory> --compile-to-work --use-relative-paths from command prompt to generate msim_setup.tcl

and follow the steps given in msim_setup.tcl for simulation.

  1. set QSYS_SIMDIR <directory>/pllsim
  2. source $QSYS_SIMDIR/mentor/msim_setup.tcl

Which loads the design without any error.

 

Reference

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_megafunction_overview.pdf

https://www.intel.com/content/www/us/en/programmable/documentation/aym1499789502823.html

 

Regards

Anand

modelsim.JPG

cp.JPG

 

0 Kudos
LCard2
Beginner
856 Views
Hi, Msim_setup.tcl run, followed instructions. Is …<directory> necessarily directory with top level entity? Do the ip generated files I have (IPpll.v, IPpll_inst.v, and IPpll_0002.v) have to be in project folder or just IPpll.qip? Without invoking ModelSim from Quartus, how doe a woek directory get populated? Len
0 Kudos
AnandRaj_S_Intel
Employee
856 Views

Hi,

 

Is …<directory> necessarily directory with top level entity

Yes,Refer transcript.

 

Do the ip generated files I have (IPpll.v, IPpll_inst.v, and IPpll_0002.v) have to be in project folder

yes, i have all IPpll.v, IPpll_0002.v & IPpll.qip.

 

How doe a woek directory get populated?

Script will take care.

 

Attached the transcript & images.

 

Regards

Anand

pllsim.JPG

 

0 Kudos
Reply