From c1d6ee8f1b2d8f9801f632da5e8351dab10a57d6 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 21 Jul 2017 15:05:20 +0200 Subject: [PATCH] Partially revert "hdlmake.pl - updates" This partially reverts commit a8ade151738e18e2e693f62ce4319b854ce58b20. Remove the nonsensical Makefile dependencies that got added by accident. Signed-off-by: Lars-Peter Clausen --- library/jesd204/axi_jesd204_rx/Makefile | 1 - library/jesd204/axi_jesd204_tx/Makefile | 1 - library/jesd204/jesd204_rx/Makefile | 1 - library/jesd204/jesd204_tx/Makefile | 1 - 4 files changed, 4 deletions(-) diff --git a/library/jesd204/axi_jesd204_rx/Makefile b/library/jesd204/axi_jesd204_rx/Makefile index 6f5207fbb..23e8dfb55 100644 --- a/library/jesd204/axi_jesd204_rx/Makefile +++ b/library/jesd204/axi_jesd204_rx/Makefile @@ -16,7 +16,6 @@ M_DEPS += axi_jesd204_rx_ip.tcl M_DEPS += jesd204_up_ilas_mem.v M_DEPS += jesd204_up_rx.v M_DEPS += jesd204_up_rx_lane.v -M_DEPS += set_propertyPROCESSING_ORDERLATEipx::get_filesaxi_jesd204_rx_constr.xdc M_DEPS += ../../jesd204/axi_jesd204_common/axi_jesd204_common.xpr M_DEPS += ../../util_cdc/util_cdc.xpr diff --git a/library/jesd204/axi_jesd204_tx/Makefile b/library/jesd204/axi_jesd204_tx/Makefile index 850b9d013..1615f4afe 100644 --- a/library/jesd204/axi_jesd204_tx/Makefile +++ b/library/jesd204/axi_jesd204_tx/Makefile @@ -14,7 +14,6 @@ M_DEPS += axi_jesd204_tx.v M_DEPS += axi_jesd204_tx_constr.xdc M_DEPS += axi_jesd204_tx_ip.tcl M_DEPS += jesd204_up_tx.v -M_DEPS += set_propertyPROCESSING_ORDERLATEipx::get_filesaxi_jesd204_tx_constr.xdc M_DEPS += ../../jesd204/axi_jesd204_common/axi_jesd204_common.xpr M_DEPS += ../../util_cdc/util_cdc.xpr diff --git a/library/jesd204/jesd204_rx/Makefile b/library/jesd204/jesd204_rx/Makefile index 97dd7c4aa..9893ae950 100644 --- a/library/jesd204/jesd204_rx/Makefile +++ b/library/jesd204/jesd204_rx/Makefile @@ -17,7 +17,6 @@ M_DEPS += rx.v M_DEPS += rx_cgs.v M_DEPS += rx_ctrl.v M_DEPS += rx_lane.v -M_DEPS += set_propertyPROCESSING_ORDERLATEipx::get_filesjesd204_rx_constr.xdc M_DEPS += ../../jesd204/jesd204_common/jesd204_common.xpr diff --git a/library/jesd204/jesd204_tx/Makefile b/library/jesd204/jesd204_tx/Makefile index ddbb91cb0..c134d47f9 100644 --- a/library/jesd204/jesd204_tx/Makefile +++ b/library/jesd204/jesd204_tx/Makefile @@ -9,7 +9,6 @@ M_DEPS += ../../scripts/adi_env.tcl M_DEPS += ../../scripts/adi_ip.tcl M_DEPS += jesd204_tx_constr.xdc M_DEPS += jesd204_tx_ip.tcl -M_DEPS += set_propertyPROCESSING_ORDERLATEipx::get_filesjesd204_tx_constr.xdc M_DEPS += tx.v M_DEPS += tx_ctrl.v M_DEPS += tx_lane.v