-
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
AD7405: Add parametrized make feature and HDL project documentation. #1447
base: main
Are you sure you want to change the base?
Conversation
96327a4
to
f5adba0
Compare
V3: Updates after review |
Made squash for commits. |
"system_constr_differential.xdc" \ | ||
"$ad_hdl_dir/projects/common/zed/zed_system_constr.xdc"] | ||
|
||
set LVDS_CMOS_N 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.
please use this approach as an example on how to deal with build parameters
https://github.com/analogdevicesinc/hdl/blob/main/projects/ad4630_fmc/zed/system_project.tcl#L51-L55
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.
Signed-off-by: Pop Ioan Daniel <[email protected]>
Signed-off-by: Pop Ioan Daniel <[email protected]>
PR Description
Make can now be performed using the LVDS_CMOS_N parameter, which changes the type of data and clock signals to support the AD7405, AD7403, and ADuM7701. The HDL project documentation has also been added.
PR Type
PR Checklist