User guide
C-47
Compile-Time Options
-Vt
Verbose mode; provides CPU time information. Like -V, but also
prints the amount of time used by each command. Use of the -Vt
option can cause the simulation to slow down.
+warn=[no]ID|none|all
Uses warning message IDs to enable or disable display of warning
messages. In the following warning message:
Warning-[TFIPC] Too few instance port connections
The text string TFIPC is the message ID. The syntax of this option
is as follows:
+warn=[no]ID|none|all,...
Where:
The following are examples that show how to use this option:
no Specifies disabling warning messages with the ID that follows. There is
no space between the keyword no and the ID.
none Specifies disabling all warning messages. IDs that follow, in a
comma-separated list, specify exceptions.
all Specifies enabling all warning messages, IDs that follow preceded by
the keyword
no, in a comma separated list, specify exceptions
+warn=noIPDW Enables all warning messages except the warning
with the IPDW ID
+warn=none,TFIPC Disables all warning messages except the warning
with the TFIPC ID.
+warn=noIPDW,noTFIPC Disables the warning messages with the IPDW and
TFIPC IDs.
+warn=all Enables all warning messages. This is the default.