diff --git a/scripts/synth.sh b/scripts/synth.sh index 08e16076e64de6d08dc0bf275f18f65ee13fa457..041f2fa8b7f3598359d4941861326c07a219d3db 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 5f51c08a1ce3520eceb3ed472a1840f3db9bd0d1..ad193fbedc8f9e1bfb7b157a0f709c5676563877 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