From cad4c41288a7ce4af425797ff942485ade8f5756 Mon Sep 17 00:00:00 2001 From: AndreiGrozav Date: Thu, 26 Sep 2024 18:08:15 +0300 Subject: [PATCH] axi_dac_interpolate: Fix critical warning Remove the constraints no longer used. Signed-off-by: AndreiGrozav --- library/axi_dac_interpolate/Makefile | 1 - .../axi_dac_interpolate_constr.xdc | 12 ------------ .../axi_dac_interpolate/axi_dac_interpolate_ip.tcl | 1 - 3 files changed, 14 deletions(-) delete mode 100644 library/axi_dac_interpolate/axi_dac_interpolate_constr.xdc diff --git a/library/axi_dac_interpolate/Makefile b/library/axi_dac_interpolate/Makefile index 297738d8b6..d34b434c6e 100644 --- a/library/axi_dac_interpolate/Makefile +++ b/library/axi_dac_interpolate/Makefile @@ -17,7 +17,6 @@ GENERIC_DEPS += fir_interp.v XILINX_DEPS += ../xilinx/common/ad_mul.v XILINX_DEPS += ../xilinx/common/up_xfer_cntrl_constr.xdc -XILINX_DEPS += axi_dac_interpolate_constr.xdc XILINX_DEPS += axi_dac_interpolate_ip.tcl include ../scripts/library.mk diff --git a/library/axi_dac_interpolate/axi_dac_interpolate_constr.xdc b/library/axi_dac_interpolate/axi_dac_interpolate_constr.xdc deleted file mode 100644 index 9abe44a4cf..0000000000 --- a/library/axi_dac_interpolate/axi_dac_interpolate_constr.xdc +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -## Copyright (C) 2019-2023 Analog Devices, Inc. All rights reserved. -### SPDX short identifier: ADIBSD -############################################################################### - -set_property ASYNC_REG TRUE [get_cells -hier -filter {name =~ *trigger_i_m*}] -set_property ASYNC_REG TRUE [get_cells -hier -filter {name =~ *trigger_adc_m*}] -set_property ASYNC_REG TRUE [get_cells -hier -filter {name =~ *trigger_la_m*}] - -set_false_path -to [get_cells -hier -filter {name =~ *trigger_i_m1_reg* && IS_SEQUENTIAL}] -set_false_path -to [get_cells -hier -filter {name =~ *trigger_adc_m1_reg* && IS_SEQUENTIAL}] -set_false_path -to [get_cells -hier -filter {name =~ *trigger_la_m1_reg* && IS_SEQUENTIAL}] diff --git a/library/axi_dac_interpolate/axi_dac_interpolate_ip.tcl b/library/axi_dac_interpolate/axi_dac_interpolate_ip.tcl index 08af40eb04..e030dc6a43 100644 --- a/library/axi_dac_interpolate/axi_dac_interpolate_ip.tcl +++ b/library/axi_dac_interpolate/axi_dac_interpolate_ip.tcl @@ -14,7 +14,6 @@ adi_ip_files axi_dac_interpolate [list \ "$ad_hdl_dir/library/common/ad_iqcor.v" \ "$ad_hdl_dir/library/xilinx/common/ad_mul.v" \ "$ad_hdl_dir/library/xilinx/common/up_xfer_cntrl_constr.xdc" \ - "axi_dac_interpolate_constr.xdc" \ "cic_interp.v" \ "fir_interp.v" \ "axi_dac_interpolate_reg.v" \