T
Tuukka Toivonen
Guest
Program specific question this time, sorry:
How can I disable a given warning message in Synopsys
Design Analyzer (the GUI synthesis tool)
(Version 2000.05-1 -- Jul 12, 2000).
The manual says:
interface. All commands and reports generated by menu selections
echo in the Command Window. You can type Design Compiler
(dc_shell) commands in the command entry box.
<<<<<<
OK, found it.
The Design Compiler manual gives to command I need:
want to suppress.
Example
dc_shell> suppress_message CMD-029
<<<<<
But the command to disable the warning doesn't work:
<<<<<
The manuals also refer to "man page" of suppress_message, but it
doesn't seem to exist ("no manual entry for ..."), if I type
"man suppress_message" into the window. "man man" also doesn't exist, but
"man help" works.
I ran dc_shell-t (Tcl mode) and the command actually works there, but
from manuals: "Tcl mode commands are not supported in Design Analyzer."
So it won't help.
I'm trying to disable the warning message
"VHDL-93 generates concatenation results from VHDL-87 (VHDL-2285)"
that was discussed on this list some months/years ago.
Disabling this message by editing VHDL code is very ugly and I'd
rather avoid it.
How can I disable a given warning message in Synopsys
Design Analyzer (the GUI synthesis tool)
(Version 2000.05-1 -- Jul 12, 2000).
The manual says:
Design Analyzer's Command Window shows the command-lineUsing the Command-Line Interface
interface. All commands and reports generated by menu selections
echo in the Command Window. You can type Design Compiler
(dc_shell) commands in the command entry box.
<<<<<<
OK, found it.
The Design Compiler manual gives to command I need:
suppress_errors command with the list of message names youTo suppress warning and error messages, use the
want to suppress.
Example
dc_shell> suppress_message CMD-029
<<<<<
But the command to disable the warning doesn't work:
Error: Undefined operator on or near line 3 at or near 'suppress_message'. (EQN-2)design_analyzer> suppress_message CMD-029
<<<<<
The manuals also refer to "man page" of suppress_message, but it
doesn't seem to exist ("no manual entry for ..."), if I type
"man suppress_message" into the window. "man man" also doesn't exist, but
"man help" works.
I ran dc_shell-t (Tcl mode) and the command actually works there, but
from manuals: "Tcl mode commands are not supported in Design Analyzer."
So it won't help.
I'm trying to disable the warning message
"VHDL-93 generates concatenation results from VHDL-87 (VHDL-2285)"
that was discussed on this list some months/years ago.
Disabling this message by editing VHDL code is very ugly and I'd
rather avoid it.