Skip to content
Snippets Groups Projects
Commit ebc82a00 authored by Gerrit Pape's avatar Gerrit Pape
Browse files

update synth scripts

parent 24f3f41d
Branches main
Tags v0.2
No related merge requests found
Pipeline #88148 failed
......@@ -8,4 +8,4 @@
source env.sh
make aurora_flow_ring_hw.xclbin -j6 $@
make -j6 $@
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment