Skip to content

Commit ebc82a0

Browse files
committed
update synth scripts
1 parent 24f3f41 commit ebc82a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/synth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
source env.sh
1010

11-
make aurora_flow_ring_hw.xclbin -j6 $@
11+
make -j6 $@

scripts/synth_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ for mode in 0 1; do
1313
cp -r ${base_path} ${path}
1414

1515
cd ${path}
16-
sbatch ./scripts/synth.sh USE_FRAMING=${mode} FIFO_WIDTH=${width}
16+
sbatch ./scripts/synth.sh xclbin USE_FRAMING=${mode} FIFO_WIDTH=${width}
1717
done
1818
done

0 commit comments

Comments
 (0)