From 403ccbccade30b13fdb6545ca3939c1d0a08ac8e Mon Sep 17 00:00:00 2001
From: Ingo Froehlich <Froehlich@physik.uni-frankfurt.de>
Date: Wed, 7 Feb 2024 11:13:59 +0100
Subject: [PATCH] fixed core file for fusesoc 2.3

---
 fusesoc/gc_sync/gc_sync_constr_0-0-0.core | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/fusesoc/gc_sync/gc_sync_constr_0-0-0.core b/fusesoc/gc_sync/gc_sync_constr_0-0-0.core
index 545b41a..c9fdedc 100644
--- a/fusesoc/gc_sync/gc_sync_constr_0-0-0.core
+++ b/fusesoc/gc_sync/gc_sync_constr_0-0-0.core
@@ -3,14 +3,16 @@ CAPI=2:
 name: cern:general_cores:gc_sync_constr:0.0.0
 
 filesets:
-    vivado_constr:
-        files:
-            - constr/gc_sync.xdc : {file_type : xdc}
+#    vivado_constr:
+#        files:
+#            - constr/gc_sync.xdc : {file_type : xdc}
 
     tcl:
         files:
+            - "tool_vivado ? (constr/gc_sync.xdc)" : {file_type : xdc}
             - constr/gc_sync.tcl : {file_type : tclSource}
 
+
 targets:
     default:
-        filesets: ["tool_vivado? (vivado_constr)", tcl]
+        filesets: [tcl]
-- 
GitLab