From 5ce271bdae51d49b2d68a8c32fbbb99f1c6f848d Mon Sep 17 00:00:00 2001 From: Bogdan Luncan Date: Thu, 10 Oct 2024 15:28:19 +0300 Subject: [PATCH 1/2] ad9081: common: ad9081_fmca_ebz_bd: Fix ad_mem_interconnect clock Was previously set to $sys_cpu_clock instead of $sys_dma_clock Signed-off-by: Bogdan Luncan --- projects/ad9081_fmca_ebz/common/ad9081_fmca_ebz_bd.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ad9081_fmca_ebz/common/ad9081_fmca_ebz_bd.tcl b/projects/ad9081_fmca_ebz/common/ad9081_fmca_ebz_bd.tcl index 138220ba75..fce90ead55 100644 --- a/projects/ad9081_fmca_ebz/common/ad9081_fmca_ebz_bd.tcl +++ b/projects/ad9081_fmca_ebz/common/ad9081_fmca_ebz_bd.tcl @@ -490,7 +490,7 @@ if {$INTF_CFG != "TX"} { if {$ADI_PHY_SEL == 1} { ad_mem_hp0_interconnect $sys_cpu_clk axi_mxfe_rx_xcvr/m_axi } - ad_mem_hp1_interconnect $sys_cpu_clk sys_ps7/S_AXI_HP1 + ad_mem_hp1_interconnect $sys_dma_clk sys_ps7/S_AXI_HP1 ad_mem_hp1_interconnect $sys_dma_clk axi_mxfe_rx_dma/m_dest_axi # Interrupts From 3c6e77a6a3a30d15acd4889f5c42dd98b0bc47ed Mon Sep 17 00:00:00 2001 From: Bogdan Luncan Date: Thu, 21 Nov 2024 10:41:08 +0200 Subject: [PATCH 2/2] ad9081/2: vcu118: Changed implementation strategy Signed-off-by: Bogdan Luncan --- projects/ad9081_fmca_ebz/vcu118/system_project.tcl | 5 +++-- projects/ad9082_fmca_ebz/vcu118/system_project.tcl | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/projects/ad9081_fmca_ebz/vcu118/system_project.tcl b/projects/ad9081_fmca_ebz/vcu118/system_project.tcl index 0f5a642879..35e4c1bf9e 100644 --- a/projects/ad9081_fmca_ebz/vcu118/system_project.tcl +++ b/projects/ad9081_fmca_ebz/vcu118/system_project.tcl @@ -1,5 +1,5 @@ ############################################################################### -## Copyright (C) 2019-2023 Analog Devices, Inc. All rights reserved. +## Copyright (C) 2019-2024 Analog Devices, Inc. All rights reserved. ### SPDX short identifier: ADIBSD ############################################################################### @@ -68,5 +68,6 @@ if {$ADI_USE_OOC_SYNTHESIS == 1} { set_property used_in_synthesis false [get_files timing_constr.xdc] } -adi_project_run ad9081_fmca_ebz_vcu118 +set_property strategy Performance_ExtraTimingOpt [get_runs impl_1] +adi_project_run ad9081_fmca_ebz_vcu118 diff --git a/projects/ad9082_fmca_ebz/vcu118/system_project.tcl b/projects/ad9082_fmca_ebz/vcu118/system_project.tcl index 97d7c3c995..0549cd8d1f 100644 --- a/projects/ad9082_fmca_ebz/vcu118/system_project.tcl +++ b/projects/ad9082_fmca_ebz/vcu118/system_project.tcl @@ -1,5 +1,5 @@ ############################################################################### -## Copyright (C) 2019-2023 Analog Devices, Inc. All rights reserved. +## Copyright (C) 2019-2024 Analog Devices, Inc. All rights reserved. ### SPDX short identifier: ADIBSD ############################################################################### @@ -65,5 +65,6 @@ if {$ADI_USE_OOC_SYNTHESIS == 1} { set_property used_in_synthesis false [get_files timing_constr.xdc] } -adi_project_run ad9082_fmca_ebz_vcu118 +set_property strategy Performance_ExtraTimingOpt [get_runs impl_1] +adi_project_run ad9082_fmca_ebz_vcu118