Commit b7b551e7 authored by David Cussans's avatar David Cussans

Adding SFP I2C constraints

parent 27f96930
...@@ -10,6 +10,12 @@ set_property PACKAGE_PIN N17 [get_ports i2c_scl_b] ...@@ -10,6 +10,12 @@ set_property PACKAGE_PIN N17 [get_ports i2c_scl_b]
set_property IOSTANDARD LVCMOS25 [get_ports i2c_sda_b] set_property IOSTANDARD LVCMOS25 [get_ports i2c_sda_b]
set_property PACKAGE_PIN P18 [get_ports i2c_sda_b] set_property PACKAGE_PIN P18 [get_ports i2c_sda_b]
# I2C lines to SFP
set_property IOSTANDARD LVCMOS25 [get_ports SFP_SCL_FPGA]
set_property IOSTANDARD LVCMOS25 [get_ports SFP_SDA_FPGA]
set_property PACKAGE_PIN G22 [get_ports SFP_SCL_FPGA]
set_property PACKAGE_PIN G21 [get_ports SFP_SDA_FPGA]
# ------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment