Questa Intel FPGA Edition Simulation User Guide

ID 730191
Date 6/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.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"
}