Forum Discussion
12 Replies
- sstrell
Super Contributor
"Entity does not exist in design" indicates that you added the IP files to the project but didn't instantiate the PLL in your actual design. Did you instantiate the PLL in your RTL code?
- LCard2
New Contributor
Have built msim_setup.tcl with command lines in sopc_builder with ip-make-simscrpt. Can't find procedures to get these files to incorporate appropriate PLLs in "work" directory with HDL ... getting "failed to run ip-make-simscript" invoking modelsim from quartus...
- Vicky1
Regular Contributor
Hi Len, Have you tried the solution provided in previous post? which quartus edition & version are you using? As suggested in previous post, try to instantiate the IPpll(entity/module) from IPpll.v or IPpll.vhd file in top level design file & then compile. Please let me know if you have any concern. Regards, Vikas - LCard2
New Contributor
Hi Vikas, Working on previous solution, not running yet. From IP Platform, I have generated one input ref clock and 5 PLL output clocks. I can compile with the generated “IPpll.v” instantiated in my top level ----.v file, ; there are 2 more generated ,” ipPLL_002.v” and “ipPLL_inst.v”. If I instatiate a line in top level entity “ipPLL ipPLL_inst”, it will compile. Still cannot invoke ModelSim from Quartus : “Internal error: Failed to run ip-make-simscript: <some unrecognized swirches>….” I have command-line run the ip-make-simscript and included the msim_setup.tcl file in project. Len - Vicky1
Regular Contributor
Hi Len,
Have you linked the ModelSim in Quartus?
what are you using NativeLink/Testbench/Script for simulation?
You ca set the path like below,
'Tool' -> 'Options' -> 'EDA Tool Options' ..
C:\intelFPGA\17.1\modelsim_ase\win32aloem
Regards,
Vikas
- LCard2
New Contributor
Hi Vikas, Yes, path set in EDA Tool Options, it has connected before, just not with iP files in project. Some detailed clear instructions on getting iP into the design and simulating would be helpful. Len - Vicky1
Regular Contributor
Hi Len, Could please follow the steps provided in Simulation Quick-Start for ModelSim - Intel FPGA Edition for Intel Quartus Prime Pro Edition? https://www.intel.com/content/www/us/en/programmable/documentation/yur1496247032051.html Refer the Video as well, https://www.intel.com/content/dam/altera-www/global/en_US/video/modelsim-with-quartus-prime-pro.mp4 I hope this will help to resolve the issue. Regards, Vikas - LCard2
New Contributor
Using Quartus Prime Standard—are steps the same? - LCard2
New Contributor
Please point me to steps to take to get IP instantiated, compiled, and run in simulator. As you see, the Quartus Prime Standard has no “Generate Simulator Setup Script” tool. Thank you. Len Cardillo eMagin [cid:image001.png@01D4BEB5.A7D9E4E0] - Vicky1
Regular Contributor
Hi Len, Please provide below details, 1. Quartus Edition & version used 2. specific PLL IP 3. specific Modelsim (Altera or Intel & License or free) here you need to instantiate the IP from generated HDL file of IP in top level design. For simulation refer the below link, https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_gs_msa_qii.pdf Regards, Vikas