Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

How to get rid of warnings?

Hi everybody,

Is there any site or document which deals with warnings messages and how to get rid of them?

I got such types of warnings

*Info: Pin "y[0]" has no specified output pin load capacitance -- assuming default load capacitance of 0 pF for timing analysis

and

* Info: Pin ssd_7[0] has VCC driving its datain port

and

*The Reserve All Unused Pins setting has not been specified, and will default to 'As output driving ground'.

and

* Pin "ssd_7[0]" stuck at VCC

With regards

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You can solve these problems by following the recommendations - so e.g. specify and output capacity

    Or, you can setup error suppression in the Synthesis Tab, but providing the code of the error to suppress. Also you can right click on an error to set it to "off".
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    *Info: Pin "y[0]" has no specified output pin load capacitance -- assuming default load capacitance of 0 pF for timing analysis

    --- Quote End ---

    Goto Assignments > Device > Device and Pin Options > Capacitive Loading and fill out the table accordingly.

    --- Quote Start ---

    *The Reserve All Unused Pins setting has not been specified, and will default to 'As output driving ground'.

    --- Quote End ---

    This is in the same Device and Pin Options but under Unused Pins and Reserve all unused pins.

    ssd_7[0] must have some logic that sticks it high, is this desired behavior?