From 4cc9a683990e991e205fef0053550ee9ed1fe695 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Tue, 24 May 2022 20:00:44 +0200 Subject: [PATCH] Revert "f4pga/platforms/xc7a50t: override the path to arty.xdc" This reverts commit ba3a9d925e3e526d71a3809114aedf7c0d68288d. Signed-off-by: Unai Martinez-Corral --- f4pga/platforms/xc7a50t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f4pga/platforms/xc7a50t.json b/f4pga/platforms/xc7a50t.json index 5444f87..b18f732 100644 --- a/f4pga/platforms/xc7a50t.json +++ b/f4pga/platforms/xc7a50t.json @@ -81,7 +81,7 @@ "OUT_EBLIF": "${:eblif}", "PYTHON3": "${python3}", "UTILS_PATH": "${shareDir}/scripts", - "INPUT_XDC_FILES": "xc7/counter_test/arty.xdc" + "INPUT_XDC_FILES": "${:xdc}" } } },