A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: jij1671546493326
Ixiasoft
Visible to Intel only — GUID: jij1671546493326
Ixiasoft
3.5.5. Finding All Custom Variables
To find all variables that can be set in your script to customize the vlog or vcom commands, search the msim_setup.tcl file for variable names in all capital letters.
As an example, the following are the lines for the variable TOP_LEVEL_NAME in msim_setup.tcl:
if ![info exists TOP_LEVEL_NAME] { set TOP_LEVEL_NAME "my_ip1" }