-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FMC pinout configurations for AD4630. #1193
Conversation
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SCL and SDA pins are already constrained in zed_system_constr.xdc . Can you please remove them from this file?
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 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I've seen we don't have I2C pins description on other carriers. We could drop these modifications for now and check if we need to update descriptions for all carriers.
Signed-off-by: Villyam <Vilmoscsaba.Jozsa@analog.com>
Signed-off-by: Villyam <Vilmoscsaba.Jozsa@analog.com>
Signed-off-by: Villyam <Vilmoscsaba.Jozsa@analog.com>
Signed-off-by: Villyam <Vilmoscsaba.Jozsa@analog.com>
e332f7c
to
293cb45
Compare
PR Description
- projects/ad4630_fmc/zed/system_constr.xdc
- projects/ad4630_fmc/zed/system_constr_4sdi.xdc
PR Type
PR Checklist