Forum Discussion

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

MAX V add pull up resistor for input

Hi Guys,

I'm not sure how to add a pull up resistor for an input pin using Quartus Prime?

I try to find it in Pin planner and assignment, but there is nothing shows to add a pull up resistor.

Thanks!

3 Replies

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

    Right, the weak pull-up column need to be enabled before in the right mouse-button "customize columns" context menu.

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

    You can also enable it using command as below in QSF file

    set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to *

    (This message was posted on behalf of Intel Corporation)