Technical data
Project file variables
ModelSim EE/PLUS Reference Manual System Initialization/Project File
-
419
[vsim] section
Variable name Value rangePurpose
AssertionFormat "** %S: %R\n
Time: %T
Iteration:
%D%I\n"
sets the message to display after a break on assertion;
message formats include:
%S - severity level
%R - report message
%T - time of assertion
%D - delta
%I - instance or region pathname (if available)
%% - print ’%’ character
BreakOnAssertion 0-4 defines severity of assertion that causes a simulation
break (0 = note, 1 = warning, 2 = error, 3 = failure, 4
= fatal), default is 3
CheckpointCompressMode 0,1 if 1, checkpoint files are written in compressed
format, default is 1
CommandHistory any valid
filename
set the name of a file to store the Main window
command history; default is commented out
DefaultForceKind freeze, drive, or
deposit
defines the kind of force used when not otherwise
specified
DefaultRadix symbolic, binary,
octal, decimal,
unsigned,
hexadecimal,
ascii
default is symbolic; any radix may be specified as a
number or name, i.e., binary can be specified as
binary or 2
DelayFileOpen 0, 1 if 1, open VHDL87 files on first read or write, else
open files when elaborated
GenerateFormat %s__%d control the format of a generate statement label
(don't quote it); default is commented out
IgnoreError 0,1 if 1, ignore assertion errors
IgnoreFailure 0,1 if 1, ignore assertion failures
IgnoreNote 0,1 if 1, ignore assertion notes