We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f3f41 commit ebc82a0Copy full SHA for ebc82a0
scripts/synth.sh
@@ -8,4 +8,4 @@
8
9
source env.sh
10
11
-make aurora_flow_ring_hw.xclbin -j6 $@
+make -j6 $@
scripts/synth_all.sh
@@ -13,6 +13,6 @@ for mode in 0 1; do
13
cp -r ${base_path} ${path}
14
15
cd ${path}
16
- sbatch ./scripts/synth.sh USE_FRAMING=${mode} FIFO_WIDTH=${width}
+ sbatch ./scripts/synth.sh xclbin USE_FRAMING=${mode} FIFO_WIDTH=${width}
17
done
18
0 commit comments