User guide

3-11
Compiling and Elaborating Your Design
VCS displays this message when you attach an entire vector reg
instead of a bit-select to an input terminal of a gate. In this message
the text string GCWM is the ID of the message. You can use the ID to
enable or disable the message.
The syntax of the +lint option is as follows:
+lint=[no]ID|none|all,...
Here:
no
Specifies disabling lint messages that have the ID that follows.
There is no space between the keyword no and the ID.
none
Specifies disabling all lint messages. IDs that follow in a comma
separated list are exceptions.
all
Specifies enabling all lint messages. IDs that follow preceded by
the keyword no in a comma separated list are exceptions.
The following examples show how to use this option:
Enable all lint messages except the message with the GCWM ID:
+lint=all,noGCWM
Enable the lint message with the NCEID ID:
+lint=NCEID
Enable the lint messages with the GCWM and NCEID IDs:
+lint=GCWM,NCEID