From ebc82a00bff399fdb5c8455d40a5cadd5b10a686 Mon Sep 17 00:00:00 2001
From: Gerrit Pape <papeg@mail.upb.de>
Date: Sun, 16 Mar 2025 20:38:14 +0100
Subject: [PATCH] update synth scripts

---
 scripts/synth.sh     | 2 +-
 scripts/synth_all.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/synth.sh b/scripts/synth.sh
index 08e1607..041f2fa 100755
--- a/scripts/synth.sh
+++ b/scripts/synth.sh
@@ -8,4 +8,4 @@
 
 source env.sh
 
-make aurora_flow_ring_hw.xclbin -j6 $@
+make -j6 $@
diff --git a/scripts/synth_all.sh b/scripts/synth_all.sh
index 5f51c08..ad193fb 100755
--- a/scripts/synth_all.sh
+++ b/scripts/synth_all.sh
@@ -13,6 +13,6 @@ for mode in 0 1; do
         cp -r ${base_path} ${path}
 
         cd ${path}
-        sbatch ./scripts/synth.sh USE_FRAMING=${mode} FIFO_WIDTH=${width}
+        sbatch ./scripts/synth.sh xclbin USE_FRAMING=${mode} FIFO_WIDTH=${width}
     done
 done
-- 
GitLab