Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16595 Discussions

Quartus prime - what is the definition for unused pin?

Altera_Forum
Honored Contributor II
1,441 Views

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.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
662 Views

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.
0 Kudos
Reply