Forum Discussion

LCard2's avatar
LCard2
Icon for New Contributor rankNew Contributor
7 years ago

.qip and .sip generated files manually added to project . On compile entities in .qip not found. Before I start cutting and pasting modules into existing.v files, what's proper way to incorporate these PLLs? Details of transcript warnings below.

Warning (20013): Ignored 16 assignments for entity "IPpll" -- entity does not exist in design

Warning (20014): Assignment for entity set_global_assignment -name IP_TOOL_NAME altera_pll -entity IPpll -sip IPpll.sip -library lib_IPpll was ignored

Warning (20014): Assignment for entity set_global_assignment -name IP_TOOL_VERSION 18.1 -entity IPpll -sip IPpll.sip -library lib_IPpll was ignored

Warning (20014): Assignment for entity set_global_assignment -name IP_TOOL_ENV mwpim -entity IPpll -sip IPpll.sip -library lib_IPpll was ignored

Warning (20013): Ignored 317 assignments for entity "IPpll_0002" -- entity does not exist in design

Warning (20013): Ignored 16 assignments for entity "unnamed" -- entity does not exist in design

Warning (20013): Ignored 14 assignments for entity "unnamed_altclkctrl_0" -- entity does not exist in design

12 Replies

  • LCard2's avatar
    LCard2
    Icon for New Contributor rankNew Contributor
    Hi Vicky, 1.) Quartus Prime Version 18.1.0 build 625 09/12/2018 SJ Standard Edition 2.) Used IP Install Catalog (which has subsequently become inoperative) to generate a reference clock and 5 PLL output clocks. Files attached. 3.) ModelSim Free version 105.b I have seen that there is no Generate Simuator Setup Script in the Quartus standard – I used the command line “ip-make-simscript” to generate mentor/modelsim_setup.tcl. I set parameters in Msimsetup.do . Attached – note underscore deleted. It is in C:/Steamboat/_Active Probe Card/FPGA/mentor Now I think it’s a matter of setting the correct paths. I have copied all necessary .v files into C:/Steamboat/_Active Probe Card/FPGA. I am not launching the simulator from the IP script location.. what do you suggest? How would I set a path? Or should I move everything into location where simulator is launched? Thank you. Len
  • Vicky1's avatar
    Vicky1
    Icon for Regular Contributor rankRegular Contributor
    Hi Len, 1.Go to Processing -> start -> start testbench writer. 2.Check the meassge window : Info (201000): Generated Verilog Test Bench File C:/progm/plltop/simulation/modelsim/pll.vt for simulation 3.check the path & open the .vt file & copy the module name(like : pll_vlg_tst ) 4.Follow the steps '1.2. Specify EDA Tool Settings'onwords from attached link & use testbench name 'pll_vlg_tst' instead of testbench_1 & browse the .vt file. https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_gs_msa_qii.pdf 5. Eventually, when you perform 'Click Tools ➤ Run Simulation Tool ➤ RTL Simulation ' it will take time to open modelsim. please let me know if you have any different concern. Regards, Vikas