-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add support for ADMX100X on ZedBoard #1954
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
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.
Maybe it shouldn't be added since it's just empty
| @@ -0,0 +1,16 @@ | |||
| ############################################################################### | |||
| ## Copyright (C) 2014-2025 Analog Devices, Inc. All rights reserved. | |||
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.
| ## Copyright (C) 2014-2025 Analog Devices, Inc. All rights reserved. | |
| ## Copyright (C) 2025 Analog Devices, Inc. All rights reserved. |
And the same should be done for all files (except Makefiles)
| set_property -dict {IOSTANDARD LVCMOS33} [get_ports gpio_bd[29]] ; ## XADC-GIO2 | ||
| set_property -dict {IOSTANDARD LVCMOS33} [get_ports gpio_bd[30]] ; ## XADC-GIO3 | ||
|
|
||
| set_property -dict {IOSTANDARD LVCMOS33} [get_ports gpio_bd[31]] ; ## OTG-RESETN No newline at end of file |
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.
Add newline
| "system_top.v"] | ||
|
|
||
| adi_project_run admx100x_evb_zed | ||
|
|
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.
Remove empty line
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.
Done, thanks.
6900eaf to
d0b4b3e
Compare
Signed-off-by: Capota Bianca <bianca-ramona.capota@analog.com>
docs/projects/admx100x_evb/index.rst
Outdated
| - CS_FPGA | ||
| - 0 | ||
| * - PS | ||
| - SPI 1 |
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 CS_DAC is connected to SPI 0 instead of SPI 1.
docs/projects/admx100x_evb/index.rst
Outdated
| - Source code link | ||
| - Documentation link | ||
| * - AXI_AD777x | ||
| - :git-hdl:`library/axi_ad777x` |
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.
axi_ad777x can be removed from this list.
|
|
||
| // gpio assign | ||
|
|
||
| assign admx100x_sync_mode = gpio_o[34]; |
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.
Can we arrange the assignments in numerical order?
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.
Sure!
Signed-off-by: Capota Bianca <bianca-ramona.capota@analog.com>
PR Description
This PR adds the following:
PR Type
PR Checklist