Skip to content

Conversation

JRabacca
Copy link

@JRabacca JRabacca commented Sep 24, 2025

PR Description

Adapted the HDL files from AD9467 Zedboard to AD9467 ZCU102.
Previously it had no prior support.
Unsure of any code style guidelines, but files were copied from existing examples and were modified as needed.
To be merged together with the Linux PR analogdevicesinc/linux#2957.

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)
  • Documentation

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

Signed-off-by: JuanRafael Rabacca <rafael.rabacca@gmail.com>
Signed-off-by: JuanRafael Rabacca <rafael.rabacca@gmail.com>
LVDS uses DIFF_TERM_ADV and TERM_100 since ZCU102 HPC0 is only 1.8V
SPI pins also changed to LVCMOS18 due to 1.8V limit of ZCU102

Signed-off-by: JuanRafael Rabacca <rafael.rabacca@gmail.com>
@CLAassistant
Copy link

CLAassistant commented Sep 24, 2025

CLA assistant check
All committers have signed the CLA.

@JRabacca
Copy link
Author

I've been informed that the 2023_R2 branch isn't usually edited.
I'll redo changes using the fork of main branch.

@JRabacca JRabacca closed this Sep 24, 2025
@JRabacca
Copy link
Author

Reopened. Closed the wrong pull request. Previous comment was for the linux repository

@JRabacca JRabacca reopened this Sep 24, 2025
@IuliaCMoldovan IuliaCMoldovan changed the title Ad9467 zcu102 projects/ad9467_fmc: Add support on ZCU102 Sep 24, 2025
JRabacca and others added 2 commits September 24, 2025 16:52
Signed-off-by: JuanRafael Rabacca <rafael.rabacca@gmail.com>
JRabacca and others added 7 commits September 25, 2025 09:12
Co-authored-by: Iulia Ivanov <54354100+IuliaCMoldovan@users.noreply.github.com>
Co-authored-by: Iulia Ivanov <54354100+IuliaCMoldovan@users.noreply.github.com>
Co-authored-by: Iulia Ivanov <54354100+IuliaCMoldovan@users.noreply.github.com>
Co-authored-by: Iulia Ivanov <54354100+IuliaCMoldovan@users.noreply.github.com>
Co-authored-by: Iulia Ivanov <54354100+IuliaCMoldovan@users.noreply.github.com>
Co-authored-by: Iulia Ivanov <54354100+IuliaCMoldovan@users.noreply.github.com>
Signed-off-by: JuanRafael Rabacca <rafael.rabacca@gmail.com>
Signed-off-by: JuanRafael Rabacca <rafael.rabacca@gmail.com>

input [12:0] gpio_bd_i,
output [ 7:0] gpio_bd_o,

Copy link
Contributor

@IuliaCMoldovan IuliaCMoldovan Sep 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there spaces on line 42? The guideline checker complains about spaces being here, and if so, then they should be removed, to have an empty line.

The checker is also complaining about the license header as "not being updated" but this is a bug that I know of and we're in the process of updating the checker.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was. I've pushed a commit deleting the space at commit 0ca0740

Signed-off-by: JuanRafael Rabacca <rafael.rabacca@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants