From ba3a9d925e3e526d71a3809114aedf7c0d68288d Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Wed, 2 Mar 2022 10:11:09 +0100 Subject: [PATCH] f4pga/platforms/xc7a50t: override the path to arty.xdc 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 b18f732..5444f87 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": "${:xdc}" + "INPUT_XDC_FILES": "xc7/counter_test/arty.xdc" } } },