Forum Discussion
Ash_R_Intel
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.