Forum Discussion
12 Replies
- LCard2
New 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
Regular 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