File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ launch_runs impl_1 -to_step write_bitstream -jobs 12
16
16
wait_on_run impl_1
17
17
18
18
# Move and rename bitstream to final location
19
+ file mkdir ./bitstream
19
20
file copy -force ./${overlay_name} /${overlay_name} .runs/impl_1/${design_name} _wrapper.bit ./bitstream/${design_name} .bit
20
21
21
22
# copy hwh files
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ launch_runs impl_1 -to_step write_bitstream -jobs 12
16
16
wait_on_run impl_1
17
17
18
18
# Move and rename bitstream to final location
19
+ file mkdir ./bitstream
19
20
file copy -force ./${overlay_name} /${overlay_name} .runs/impl_1/${design_name} _wrapper.bit ./bitstream/${design_name} .bit
20
21
21
22
# copy hwh files
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ launch_runs impl_1 -to_step write_bitstream -jobs 12
16
16
wait_on_run impl_1
17
17
18
18
# Move and rename bitstream to final location
19
+ file mkdir ./bitstream
19
20
file copy -force ./${overlay_name} /${overlay_name} .runs/impl_1/${design_name} _wrapper.bit ./bitstream/${design_name} .bit
20
21
21
22
# copy hwh files
You can’t perform that action at this time.
0 commit comments