Skip to content

Commit

Permalink
axi_dac_interpolate: Fix critical warning
Browse files Browse the repository at this point in the history
Remove the constraints no longer used.

Signed-off-by: AndreiGrozav <andrei.grozav@analog.com>
  • Loading branch information
AndreiGrozav committed Sep 30, 2024
1 parent c0cf6ec commit cad4c41
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion library/axi_dac_interpolate/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 0 additions & 12 deletions library/axi_dac_interpolate/axi_dac_interpolate_constr.xdc

This file was deleted.

1 change: 0 additions & 1 deletion library/axi_dac_interpolate/axi_dac_interpolate_ip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit cad4c41

Please sign in to comment.