From 4cc9a683990e991e205fef0053550ee9ed1fe695 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Tue, 24 May 2022 20:00:44 +0200 Subject: [PATCH 1/2] 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}" } } }, From daab4b3c0210b86909aacb771d9ee1c90ebf0fa3 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Tue, 24 May 2022 20:01:45 +0200 Subject: [PATCH 2/2] ci/sftest: provide path to xdc files Signed-off-by: Unai Martinez-Corral --- .github/sftest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/sftest.json b/.github/sftest.json index 6beeb02..9de377a 100644 --- a/.github/sftest.json +++ b/.github/sftest.json @@ -14,7 +14,7 @@ "default_target": "bitstream", "dependencies": { "xdc": [ - "arty200.xdc" + "xc7/counter_test/arty200.xdc" ], "build_dir": "build/arty_200" } @@ -23,7 +23,7 @@ "default_target": "bitstream", "dependencies": { "xdc": [ - "arty.xdc" + "xc7/counter_test/arty.xdc" ], "build_dir": "build/arty100" } @@ -33,7 +33,7 @@ "dependencies": { "build_dir": "build/arty_35", "xdc": [ - "arty.xdc" + "xc7/counter_test/arty.xdc" ] }, "values": {