Skip to content

Commit b04dd32

Browse files
gastmaierbluncan
authored andcommitted
fix: ad9084_ebz/common: Invalid hsci clock with ADI_PHY 1
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent 51d6503 commit b04dd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ad9084_ebz/common/ad9084_ebz_bd.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ if {$HSCI_ENABLE} {
220220
ad_ip_parameter axi_hsci_clkgen CONFIG.VCO_MUL 8
221221
ad_ip_parameter axi_hsci_clkgen CONFIG.CLK0_DIV 4
222222

223-
ad_connect axi_ddr_cntrl/addn_ui_clkout1 axi_hsci_clkgen/clk
223+
ad_connect $sys_cpu_clk axi_hsci_clkgen/clk
224224
ad_connect selectio_clk_in axi_hsci_clkgen/clk_0
225225
} else {
226226
source ../common/versal_hsci_phy.tcl

0 commit comments

Comments
 (0)