-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
ADD: Project: AD353XR #1544
base: main
Are you sure you want to change the base?
ADD: Project: AD353XR #1544
Conversation
RetriggerCI |
5b3dacd
to
ef9059d
Compare
ef9059d
to
89d9143
Compare
Updated pull request especially commit format. There are still some missing info in the docu that I am still waiting for requestor to provide. Will update it when possible |
Adding documentation for new project ad353xr Signed-off-by: Alexis Czezar Torreno <[email protected]>
89d9143
to
2d98222
Compare
projects/ad353xr/Makefile
Outdated
@@ -0,0 +1,7 @@ | |||
#################################################################################### | |||
## Copyright (c) 2018 - 2023 Analog Devices, Inc. |
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.
For all license headers of new files the year should be 2025, no range required. Do this for all the source files
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.
replaced all years to just 2025
### SPDX short identifier: ADIBSD | ||
############################################################################### | ||
|
||
set REQUIRED_QUARTUS_VERSION 21.1.0 |
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.
change required version to 23.1std.1
https://github.com/analogdevicesinc/hdl/blob/main/projects/ad4170_asdz/de10nano/system_project.tcl#L6
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.
changed the version requirement
|
||
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to dac_resetb | ||
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to dac_ldacb | ||
|
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 blank lines (where needed, use only one)
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.
removed extra blank lines
Adding ad353xr project for coraz7s Signed-off-by: Alexis Czezar Torreno <[email protected]>
Adding project ad353xr for zedboard Signed-off-by: Alexis Czezar Torreno <[email protected]>
Adding project ad353xr for de10nano Signed-off-by: Alexis Czezar Torreno <[email protected]>
2d98222
to
1a59473
Compare
Adding new driver or project for AD353XR
PR Description
Adding support for the AD353XR family of low power DACs.
Wikipage for approval:
https://wiki.analog.com/resources/eval/user-guides/ad353xr
Notes on checklist:
No comments much since this is a simple "connect the SPI", no added IPs.
No testbenches used/added.
I updated the wiki and readme. Since this is old code (2yrs ago done), I am unsure what's the latest copyright but I still updated as far as I know.
PR Type
PR Checklist