-
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
Adding documentation for ADMX100X project. Signed-off-by: Capota Bianca <[email protected]>
PR Description
This PR adds the following:
PR Type
PR Checklist