Forum Discussion

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

Quartus prime - what is the definition for unused pin?

There is a default configuration for unused pin in the quartus.

If I does not define the pin in the pin planner - will it get the default configuration ?

or is it only default only for pins that appear on the pin planner but not used in the project ?

Thank you.

1 Reply

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

    There are different defualts. Unused pins have a default behavior(such as tri-stated with weak pull-up). This is more of a behavior, whereby if you have an output pin in your design but don't make any IO standard assignments, it will still behave like an output pin, and the defaults affect the what IO standard it is.

    For pins in the actual design, it is good practice not to rely on defaults at all and assign the standard to all of them.