Questa* Intel® FPGA Edition Simulation User Guide

ID 730191
Date 4/01/2024
Public
Document Table of Contents

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