Forum Discussion
romanmil
New Contributor
4 years agoHow to simulate Quartus IP (PLL in my case) with
Hello, i created PLL IP with Quartus and i would like to simulate it with SimVision. i found the next document: https://www.intel.com/content/www/us/en/programmable/documentation/gft1513990268888.ht...
Ash_R_Altera
Regular Contributor
4 years agoHi,
To add your mine.v file, add it to the /common/xcelium_files.tcl file just the way other design files are added. You need to take care of the sequence of the files. Top level module/entity should be compiled last.
After this you need to check and/or edit the variable TOP_LEVEL_NAME= in xcelium_setup.sh file.
These scripts basically ease the job of adding files and specifying any simulation option required by the user.
Once your xcelium_setup.sh and xcelium_files.tcl are set, you just need to source the xcelium_setup.sh file in the simulator. To do this just give command:
source <script generation output directory>/xcelium/xcelium_setup.sh
Hope this helps.
Regards.