Technical data

List window
44
-
ModelSim EE Graphic Interface ModelSim EE Tutorial
Addin
g
HDL items to the List window
Before adding items to the List window you may want to set the window display
properties (see "Setting List window display properties" (p42)). You can add
items to the List window in several ways.
Adding items with drag and drop
You can drag and drop items into the List window from the Process, Signals, or
Structure window. Select the items in the first window, then drop them into the
List window. Depending on what you select, all items or any portion of the design
may be added. See the "Tree window action list" (p23) for information about
making item selections.
Adding items from the Main window command line
Invoke the
add list
command to add one or more individual items; separate the
names with a space:
add list <item_name> <item_name>
You can add all the items in the current region with this command:
add list *
Or add all the items in the design with:
add list -r /*
Adding items with a List window format file
To use a List window format file you must first save a format file for the design
you are simulating. The saved format file can then be used as a DO file to recreate
the List window formatting.
• add HDL items to your List window
• edit and format the items to create the view you want,
see "Editing and formatting HDL items in the List window" (p45)
• save the format to a file with the List window menu selection:
File > Save Format
To use the format (do) file, start with a blank List window, and run the DO file in
one of two ways:
• use the
do
command on the command line:
do <my_list_format>
• select
File > Load Format
from the List window menu bar