Skip to content

Commit

Permalink
Add mkdir for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dnorthcote committed Jun 28, 2022
1 parent 4181c1a commit 7afc748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/RFSoC2x2/rfsoc_qpsk/make_bitstream.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ launch_runs impl_1 -to_step write_bitstream -jobs 12
wait_on_run impl_1

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

# copy hwh files
Expand Down
1 change: 1 addition & 0 deletions boards/RFSoC4x2/rfsoc_qpsk/make_bitstream.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ launch_runs impl_1 -to_step write_bitstream -jobs 12
wait_on_run impl_1

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

# copy hwh files
Expand Down
1 change: 1 addition & 0 deletions boards/ZCU111/rfsoc_qpsk/make_bitstream.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ launch_runs impl_1 -to_step write_bitstream -jobs 12
wait_on_run impl_1

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

# copy hwh files
Expand Down

0 comments on commit 7afc748

Please sign in to comment.