Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - disabling certain warnings in synopsys dc

 
Thread Tools Search this Thread
Old 05-11-2004, 02:45 PM   #1
Default disabling certain warnings in synopsys dc


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:

>>>>>>

Using the Command-Line Interface
Design Analyzer's Command Window shows the command-line
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:

>>>>>

To suppress warning and error messages, use the
suppress_errors command with the list of message names you
want to suppress.
Example
dc_shell> suppress_message CMD-029
<<<<<

But the command to disable the warning doesn't work:

>>>>>

design_analyzer> suppress_message CMD-029
Error: Undefined operator on or near line 3 at or near 'suppress_message'. (EQN-2)
<<<<<

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.


Tuukka Toivonen
  Reply With Quote
Old 05-11-2004, 02:51 PM   #2
Tuukka Toivonen
 
Posts: n/a
Default Re: disabling certain warnings in synopsys dc
In article <>, Tuukka Toivonen wrote:
>>>>>>

> To suppress warning and error messages, use the
> suppress_errors command with the list of message names you
> want to suppress.
> Example
> dc_shell> suppress_message CMD-029
><<<<<


OK, I just solved the problem by noticing what exactly this says.
The correct command is
suppress_errors = { VHDL-2285 }
(which is completely different from the manual example)


Tuukka Toivonen
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Disabling Webroot Spy Sweeper LilRoo2008 General Help Related Topics 0 02-19-2008 12:47 AM
Dazzle Box... swt458 Hardware 2 01-15-2008 06:06 AM
Disabling Back Button and Refresh Buttons tessythampan Software 1 12-18-2007 09:13 PM
DC_SHELL, synopsys perseo Hardware 0 10-11-2007 08:57 AM
DC_SHELL, synopsys perseo Hardware 0 10-10-2007 10:58 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46