Download ModelSim PE Reference Manual

Transcript
Commands
verror
** <Level>: ([<Tool>-[<Group>-]]<MsgNum>) <FormattedMsg>
You can specify <msgNum> any number of times for one verror command in a spaceseparated list.
•
-ranges
(required when not specifying <msgNum> or -all) Prints the numeric ranges of error
message numbers, organized by tool.
Example
•
If you receive the following message in the transcript:
** Error (vsim-3061) foo.v(22): Too many Verilog port connections.
and you would like more information about this message, you would type:
verror 3061
and receive the following output:
Message # 3061:
Too many Verilog ports were specified in a mixed VHDL/Verilog
instantiation. Verify that the correct VHDL/Verilog connection is
being made and that the number of ports matches.
[DOC: ModelSim User's Manual - Mixed VHDL and Verilog Designs
Chapter]
ModelSim PE Reference Manual, v10.0d
463