How to disable a specific warning - How to disable a specific warning I get megabytes of this warning. What does it mean? Can I disable it? Warning (14320): Synthesized away node "top|fiddlybob|memory_rtl_1|auto_generated|q_b[4078]" File: /workspace/[deleted]/tmp-clearbox/top/975/altsyncram_v8j1.tdf Line: 114222 Replies: Re: How to disable a specific warning This worked great! Thanks! Replies: Re: How to disable a specific warning There seems to be noway to do it without GUI. We do have message suppression manager . It is a form of *.sff that recognized by the quartus. https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/qts/qts_qii52012.pdf but it GUI to handle the import and export. looking into quartus_sh --qhelp -> report, it seems does not have this feature as well. I will file an enhancement feature to our developer. Replies: Re: How to disable a specific warning All I found was this option, it's not precise enough to suppress individual messages: -suppress_messages Specifies whether or not to suppress simulator specific information and warning messages issued during compilation. This option does not apply to tool specific error messages. Messages that are suppressed do not appear in a log file, if one was specified. If this option is not specified, then no messages are suppressed. Replies: Re: How to disable a specific warning look for the keyword of suppress Replies: Re: How to disable a specific warning Do you know what the option is called? There are 41 references when I search for "warning", but none of them are about how to disable warnings. Replies: Re: How to disable a specific warning you can look into https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/tclscriptrefmnl.pdf , they are option to suppress the message Replies: Re: How to disable a specific warning The warning is in code generated by Quartus: "altsyncram_v8j1.tdf". I can't connect the dots from what I did to getting this warning. I'm not using the user-interface, this is from a build server. I would like to suppress the files from the build log. Is there an option or tcl command to stop this warning from appearing during P&R? Replies: Re: How to disable a specific warning This means that this node is not connecting to anythings. you will have to check the connection in your design. You can suppress message by right click on the messages -> suppress - 2020-03-28

external_document