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

projects/ad760x: Add support for new parts. Update documentation #1376

Merged
merged 3 commits into from
Aug 7, 2024

Commits on Aug 2, 2024

  1. docs: Update ad7606x IP & project doc

    Signed-off-by: sarpadi <[email protected]>
    StancaPop authored and sarpadi committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    def8610 View commit details
    Browse the repository at this point in the history
  2. axi_ad7606x: Clean up parameters; fix clocking

    There is no real need for different clocking options for this core and because
    CDC is not implemented in the core, there is no way to use the EXT_CLK
    parameter. Fix syntax, fix IP tcl
    
    Signed-off-by: sarpadi <[email protected]>
    sarpadi committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0b75a44 View commit details
    Browse the repository at this point in the history
  3. ad7606x: Update project

    Simplify parameters. EXT_CLK parameter was useless.The AD7606X IP Core
    does not implment any CDC to allow for clocking options. SPI Engine
    option will stick to 32 bits only to cover all parts. We do not need to
    build for different number of channels, software can disable them if
    needed.In all, the number of bitstreams is greatly reduced and the build
    process should be more straight forward. Fix license headers. Update sysid
    script for uniformity
    
    Signed-off-by: sarpadi <[email protected]>
    sarpadi committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bf813c6 View commit details
    Browse the repository at this point in the history