-
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 AXI ADC support #1522
Open
PIoandan
wants to merge
18
commits into
main
Choose a base branch
from
ad7405_axi_adc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
f372fd6
library/ad7405: Add AXI ADC for ad7405 v1
PIoandan e4b1a4d
projects/ad7405: Add cpack core and remove filter_reset port
PIoandan fb34d03
library/ad7405: Fix ip connections
PIoandan 593569a
library/ad7405: Functional changes
PIoandan eacf2bc
projects/ad7405: Functional changes
PIoandan cf3c33b
library/ad7405: Remove unnecessary ports
PIoandan 470df3f
projects/ad7405: Remove cpack core
PIoandan 9b3c513
library/ad7405: Clean ad7405 library
PIoandan b697e89
ad7405: Fix LVDS build
sarpadi ad09d1a
docs: Update project documentation
PIoandan 2a27a59
projects/ad7405: Set axi_clkgen to 40MHz/Add constraints
PIoandan 3294cb2
util_dec256sinc24b: Updated module
sarpadi d220c9e
util_dec256sinc24b: Cleanup module
sarpadi 2faa243
library/ad7405: Regenerate Makefile
PIoandan 86ddc6b
projects/ad7405: Regenerate Makefile/Update Copyright
PIoandan d817097
docs: Update block diagrams
PIoandan 7807c39
library/ad7405: Create specific clock for ad7405 ip
PIoandan 7139736
library/ad7405: Fix indentation issues
PIoandan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#################################################################################### | ||
## Copyright (c) 2024 Analog Devices, Inc. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Years should probably be updated to 2025 in all headers There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
### SPDX short identifier: BSD-1-Clause | ||
## Auto-generated, do not modify! | ||
#################################################################################### | ||
|
||
LIBRARY_NAME := axi_ad7405 | ||
|
||
GENERIC_DEPS += ../common/ad_datafmt.v | ||
GENERIC_DEPS += ../common/ad_edge_detect.v | ||
GENERIC_DEPS += ../common/ad_rst.v | ||
GENERIC_DEPS += ../common/up_adc_channel.v | ||
GENERIC_DEPS += ../common/up_adc_common.v | ||
GENERIC_DEPS += ../common/up_axi.v | ||
GENERIC_DEPS += ../common/up_clock_mon.v | ||
GENERIC_DEPS += ../common/up_delay_cntrl.v | ||
GENERIC_DEPS += ../common/up_xfer_cntrl.v | ||
GENERIC_DEPS += ../common/up_xfer_status.v | ||
GENERIC_DEPS += ../util_cdc/sync_data.v | ||
GENERIC_DEPS += axi_ad7405.v | ||
GENERIC_DEPS += ../common/util_dec256sinc24b.v | ||
|
||
XILINX_DEPS += ../xilinx/common/ad_dcfilter.v | ||
XILINX_DEPS += ../xilinx/common/ad_rst_constr.xdc | ||
XILINX_DEPS += ../xilinx/common/up_clock_mon_constr.xdc | ||
XILINX_DEPS += ../xilinx/common/up_xfer_cntrl_constr.xdc | ||
XILINX_DEPS += ../xilinx/common/up_xfer_status_constr.xdc | ||
XILINX_DEPS += axi_ad7405_ip.tcl | ||
|
||
XILINX_LIB_DEPS += util_cdc | ||
|
||
include ../scripts/library.mk |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
diagram needs to be updated
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.