Skip to content

Commit 7afc748

Browse files
committed
Add mkdir for windows
1 parent 4181c1a commit 7afc748

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

boards/RFSoC2x2/rfsoc_qpsk/make_bitstream.tcl

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ launch_runs impl_1 -to_step write_bitstream -jobs 12
1616
wait_on_run impl_1
1717

1818
# Move and rename bitstream to final location
19+
file mkdir ./bitstream
1920
file copy -force ./${overlay_name}/${overlay_name}.runs/impl_1/${design_name}_wrapper.bit ./bitstream/${design_name}.bit
2021

2122
# copy hwh files

boards/RFSoC4x2/rfsoc_qpsk/make_bitstream.tcl

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ launch_runs impl_1 -to_step write_bitstream -jobs 12
1616
wait_on_run impl_1
1717

1818
# Move and rename bitstream to final location
19+
file mkdir ./bitstream
1920
file copy -force ./${overlay_name}/${overlay_name}.runs/impl_1/${design_name}_wrapper.bit ./bitstream/${design_name}.bit
2021

2122
# copy hwh files

boards/ZCU111/rfsoc_qpsk/make_bitstream.tcl

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ launch_runs impl_1 -to_step write_bitstream -jobs 12
1616
wait_on_run impl_1
1717

1818
# Move and rename bitstream to final location
19+
file mkdir ./bitstream
1920
file copy -force ./${overlay_name}/${overlay_name}.runs/impl_1/${design_name}_wrapper.bit ./bitstream/${design_name}.bit
2021

2122
# copy hwh files

0 commit comments

Comments
 (0)