Skip to content

Commit

Permalink
projects/common/zed: projects/ad4630_fmc: Requested modifications.
Browse files Browse the repository at this point in the history
Signed-off-by: Villyam <Vilmoscsaba.Jozsa@analog.com>
  • Loading branch information
Villyam committed Oct 18, 2023
1 parent 02aadb5 commit e332f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions projects/ad4630_fmc/common/ad4630_fmc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ D12 LA05_N SDO7_FMC ad463x_spi_sdi[7] LVCMOS25 #N/A
D20 LA17_P_CC SCK_OUT_FMC ad463x_echo_sclk LVCMOS25 #N/A
C11 LA06_N SDI_FMC ad463x_spi_sdo LVCMOS25 #N/A
C22 LA18_P_CC BUSY_FMC ad463x_busy LVCMOS25 #N/A
C30 SCL SCL iic_scl LVCMOS33 #N/A
C31 SDA SDA iic_sda LVCMOS33 #N/A
4 changes: 2 additions & 2 deletions projects/common/zed/zed_system_constr.xdc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ set_property -dict {PACKAGE_PIN AA7 IOSTANDARD LVCMOS33} [get_ports i2s_sdat

# iic

set_property -dict {PACKAGE_PIN R7 IOSTANDARD LVCMOS33} [get_ports iic_scl] ; ## C30 FMC-SCL
set_property -dict {PACKAGE_PIN U7 IOSTANDARD LVCMOS33} [get_ports iic_sda] ; ## C31 FMC-SDA
set_property -dict {PACKAGE_PIN R7 IOSTANDARD LVCMOS33} [get_ports iic_scl]
set_property -dict {PACKAGE_PIN U7 IOSTANDARD LVCMOS33} [get_ports iic_sda]
set_property -dict {PACKAGE_PIN AA18 IOSTANDARD LVCMOS33 PULLTYPE PULLUP} [get_ports iic_mux_scl[1]]
set_property -dict {PACKAGE_PIN Y16 IOSTANDARD LVCMOS33 PULLTYPE PULLUP} [get_ports iic_mux_sda[1]]
set_property -dict {PACKAGE_PIN AB4 IOSTANDARD LVCMOS33 PULLTYPE PULLUP} [get_ports iic_mux_scl[0]]
Expand Down

0 comments on commit e332f7c

Please sign in to comment.