Can I set a weak pull up resistor on an output port ?
Hi,
The PFL we are using has a pull-up resistor 10K on the fpga_nconfig line (output from PFL within CPLD MAXV & input to the FPGA) but currently have issues of the fpga-nconfig line driven low somehow (cannot figure out).
I've seen on the internet comments from people saying the a weak pull up can be set only on input or bidirectional ports. Is this the case ?
Because when I set this manually within the .qsf for the output port fpga_nconfig :
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to fpga_nconfig
& later looked at the Assignment Editor, noticed that it accepted it as a weak pull up. But it replaced the:
- 'Assignment Name' from : Location -> Weak Pull-Up resistor
- 'Value' from: PIN_E5 -> On
Did not attempt to run this yet.
Where is eg the PIN_E5 pin location assignment gone for the fpga_nconfig pin? It's been now replaced by a Weak Pull-Up resistor and removed the PIN_E5 location assignment.
Please comment here !
Regards,
Kevin