Skip to content
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

Merged
merged 4 commits into from
Oct 18, 2023

Conversation

Villyam
Copy link
Contributor

@Villyam Villyam commented Oct 9, 2023

PR Description

  • Added projects/ad4630_fmc/common/ad4630_fmc.txt for initial constraint generation option.
  • Added FMC pinout comments to the existing .xdc files for identification:
    - projects/ad4630_fmc/zed/system_constr.xdc
    - projects/ad4630_fmc/zed/system_constr_4sdi.xdc
  • Added FMC i2c pinout comments to projects/common/zed/zed_system_constr.xdc for identification.

PR Type

  • Bug fix (change that fixes an issue)
  • New feature (change that adds new functionality)
  • Breaking change (has dependencies in other repos or will cause CI to fail)

PR Checklist

  • I have followed the code style guidelines
  • I have performed a self-review of changes
  • I have compiled all hdl projects and libraries affected by this PR
  • I have tested in hardware affected projects, at least on relevant boards
  • I have commented my code, at least hard-to-understand parts
  • I have signed off all commits from this PR
  • I have updated the documentation (wiki pages, ReadMe files, Copyright etc)
  • I have not introduced new Warnings/Critical Warnings on compilation
  • I have added new hdl testbenches or updated existing ones

@CLAassistant
Copy link

CLAassistant commented Oct 9, 2023

CLA assistant check
All committers have signed the CLA.

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
Copy link
Contributor

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
Copy link
Contributor

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>
@PopPaul2021 PopPaul2021 merged commit 16db583 into analogdevicesinc:master Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants