Skip to content

Commit ebf5908

Browse files
committed
fix(card - n6010): apply pull-ups also to QSFP_INT_N
1 parent 89cbfb2 commit ebf5908

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cards/silicom/n6010/constr/qsfp.qsf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,6 @@ set_instance_assignment -name SLEW_RATE 0 -to QSFP1_I2C_SCL
108108
set_instance_assignment -name SLEW_RATE 0 -to QSFP1_I2C_SDA
109109

110110
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to QSFP0_MODPRS_N
111+
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to QSFP0_INT_N
111112
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to QSFP1_MODPRS_N
113+
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to QSFP1_INT_N

0 commit comments

Comments
 (0)