-
Notifications
You must be signed in to change notification settings - Fork 1.6k
adrv9009: Add kcu105 support #1614
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
base: main
Are you sure you want to change the base?
Conversation
6cb337d
to
7ac9992
Compare
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.
The documentation should be updated as well.
Fortunately, there's not much to change, as you would need to update just:
- the carriers table
- if there are any new GPIOs that should be stated
ad_ip_parameter util_adrv9009_xcvr CONFIG.TX_OUT_DIV 1 | ||
ad_ip_parameter util_adrv9009_xcvr CONFIG.CPLL_CFG0 0x67f8 | ||
ad_ip_parameter util_adrv9009_xcvr CONFIG.CPLL_CFG1 0xa4ac | ||
ad_ip_parameter util_adrv9009_xcvr CONFIG.CPLL_CFG2 0x0007 |
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.
Add a newline at the end of file
|
||
create_clock -name tx_ref_clk -period 4.00 [get_ports ref_clk0_p] | ||
create_clock -name rx_ref_clk -period 4.00 [get_ports ref_clk1_p] | ||
|
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 one empty line
set_property STEPS.PHYS_OPT_DESIGN.ARGS.DIRECTIVE ExploreWithAggressiveHoldFix [get_runs impl_1] | ||
|
||
adi_project_run adrv9009_kcu105 | ||
|
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 last empty line
@@ -0,0 +1,327 @@ | |||
// *************************************************************************** | |||
// *************************************************************************** | |||
// Copyright (C) 2014-2025 Analog Devices, Inc. All rights reserved. |
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.
// Copyright (C) 2014-2025 Analog Devices, Inc. All rights reserved. | |
// Copyright (C) 2025 Analog Devices, Inc. All rights reserved. |
set dac_offload_type 0 ; ## BRAM | ||
set dac_offload_size [expr 1024*1024] ; ## 2 MB |
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.
Could you align these 2 comments?
ad_ip_parameter axi_adrv9009_tx_dma CONFIG.DMA_DATA_WIDTH_SRC 128 | ||
ad_ip_parameter axi_adrv9009_rx_dma CONFIG.DMA_DATA_WIDTH_DEST 128 | ||
ad_ip_parameter axi_adrv9009_rx_os_dma CONFIG.DMA_DATA_WIDTH_DEST 128 | ||
ad_ip_parameter axi_adrv9009_rx_dma CONFIG.FIFO_SIZE 32 | ||
ad_ip_parameter axi_adrv9009_rx_os_dma CONFIG.FIFO_SIZE 32 | ||
ad_ip_parameter axi_adrv9009_tx_dma CONFIG.FIFO_SIZE 32 | ||
ad_ip_parameter util_adrv9009_xcvr CONFIG.QPLL_FBDIV 20 |
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.
And these ones as well, since lines 45-53 are already aligned
7ac9992
to
04949b0
Compare
Signed-off-by: AndrDragomir <[email protected]>
04949b0
to
394a91d
Compare
PR Description
Add adrv9009 + kcu105 support
PR Type
PR Checklist