-
Notifications
You must be signed in to change notification settings - Fork 1.6k
projects/ad9467_fmc: Add support on ZCU102 #1924
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
base: main
Are you sure you want to change the base?
Conversation
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>
I've been informed that the 2023_R2 branch isn't usually edited. |
Reopened. Closed the wrong pull request. Previous comment was for the linux repository |
Update to match main
Signed-off-by: JuanRafael Rabacca <rafael.rabacca@gmail.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>
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, | ||
|
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.
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.
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.
There was. I've pushed a commit deleting the space at commit 0ca0740
Signed-off-by: JuanRafael Rabacca <rafael.rabacca@gmail.com>
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
PR Checklist