Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

PopPaul2021
Copy link
Contributor

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

  • Bug fix (change that fixes an issue)
  • New feature (change that adds new functionality)
  • Breaking change (has dependencies in other repos or will cause CI to fail)

PR Checklist

  • I have followed the code style guidelines
  • I have performed a self-review of changes
  • I have compiled all hdl projects and libraries affected by this PR
  • I have tested in hardware affected projects, at least on relevant boards
  • I have commented my code, at least hard-to-understand parts
  • I have signed off all commits from this PR
  • I have updated the documentation (wiki pages, ReadMe files, Copyright etc)
  • I have not introduced new Warnings/Critical Warnings on compilation
  • I have added new hdl testbenches or updated existing ones

docs/projects/ad7405_fmc/index.rst Outdated Show resolved Hide resolved
docs/projects/ad7405_fmc/index.rst Outdated Show resolved Hide resolved
docs/projects/ad7405_fmc/index.rst Outdated Show resolved Hide resolved
docs/projects/ad7405_fmc/index.rst Outdated Show resolved Hide resolved
docs/projects/ad7405_fmc/index.rst Outdated Show resolved Hide resolved
docs/projects/ad7405_fmc/index.rst Outdated Show resolved Hide resolved
docs/projects/ad7405_fmc/index.rst Outdated Show resolved Hide resolved
docs/projects/ad7405_fmc/index.rst Outdated Show resolved Hide resolved
docs/projects/index.rst Outdated Show resolved Hide resolved
projects/ad7405_fmc/zed/system_project.tcl Show resolved Hide resolved
@PopPaul2021 PopPaul2021 force-pushed the fix_ad7405 branch 2 times, most recently from 96327a4 to f5adba0 Compare October 7, 2024 08:18
@PopPaul2021
Copy link
Contributor Author

V3: Updates after review

@PIoandan
Copy link
Collaborator

PIoandan commented Nov 1, 2024

Made squash for commits.

"system_constr_differential.xdc" \
"$ad_hdl_dir/projects/common/zed/zed_system_constr.xdc"]

set LVDS_CMOS_N 0
Copy link
Contributor

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants