Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


report

The report command displays the value of all simulator control variables, or the value of any simulator state variables relevant to the current simulation.

Syntax

report

simulator control | simulator state

Arguments

simulator control

Displays the current values for all simulator control variables.

simulator state

Displays the simulator state variables relevant to the current simulation.

Examples

report simulator control

Displays all simulator control variables.

# UserTimeUnit = ns 
# RunLength = 100 
# IterationLimit = 5000 
# BreakOnAssertion = 3 
# DefaultForceKind = default 
# IgnoreNote = 0 
# IgnoreWarning = 0 
# IgnoreError = 0 
# IgnoreFailure = 0 
# CheckpointCompressMode = 1 
# NumericStdNoWarnings = 0 
# StdArithNoWarnings = 0 
# PathSeparator = / 
# DefaultRadix = symbolic 
# DelayFileOpen = 0 
# ListDefaultShortName = 1 
# ListDefaultIsTrigger = 1 
 
report simulator state

Displays all simulator state variables. Only the variables that relate to the design being simulated are displayed:

# now = 0.0 
# delta = 0
# library = work 
# entity = type_clocks 
# architecture = full 
# resolution = 1ns 
 

Viewing preference variables

Preference variables have more to do with the way things look (but not entirely) rather than controlling the simulator. You can view preference variables from the Preferences dialog box. Select the Main > Options > Edit Preferences.

See also

"Preference variables located in INI files" , and "Preference variables located in Tcl files"


Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase