Forum Discussion

OHarb1's avatar
OHarb1
Icon for Occasional Contributor rankOccasional Contributor
6 years ago
Solved

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

8 Replies

  • KennyT_altera's avatar
    KennyT_altera
    Icon for Super Contributor rankSuper Contributor

    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

    • OHarb1's avatar
      OHarb1
      Icon for Occasional Contributor rankOccasional Contributor
      1. 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.
      2. 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?
    • OHarb1's avatar
      OHarb1
      Icon for Occasional Contributor rankOccasional Contributor

      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.

    • OHarb1's avatar
      OHarb1
      Icon for Occasional Contributor rankOccasional Contributor

      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.

    • OHarb1's avatar
      OHarb1
      Icon for Occasional Contributor rankOccasional Contributor

      This worked great! Thanks!