Skip to content

Commit 3f74142

Browse files
dlechsarpadi
authored andcommitted
projects/ad411x_ad717x/de10nano: add pullup for EEPROM I2C
Add pullup to I2C1 SDA/SCL pins in the ad411x_ad717x project. These are connected to an EEPROM on the EVAL board. Neither the DE10-Nano or the EVAL board has pullup resistors on this bus, so we need to do the pullup in the FPGA. Signed-off-by: David Lechner <dlechner@baylibre.com>
1 parent f5a93e4 commit 3f74142

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/ad411x_ad717x/de10nano/system_project.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ set_location_assignment PIN_AH9 -to i2c_sda; ## Arduino_IO14
4747
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to i2c_scl
4848
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to i2c_sda
4949

50+
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to i2c_scl
51+
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to i2c_sda
52+
5053
execute_flow -compile

0 commit comments

Comments
 (0)