Skip to content

Commit 6148ab7

Browse files
committed
2 parents 60c3849 + e5a06c9 commit 6148ab7

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
<img src="strathsdr_banner.png" width="100%">
22

3+
<table border="0" align="center">
4+
<tr border="0">
5+
<td align="center" width="50%" border="0">
6+
<img src="https://www.rfsocbook.com/wp-content/uploads/2022/12/RFSoC3D_v4-1433x1536.png" alt="oscthumb" style="width: 60%" border="0"/>
7+
</td>
8+
<td align="center" width="50%" border="0">
9+
<font size=7><b>Available Now!</b></font size> <br> <font size=5>Software Defined Radio with Zynq® UltraScale+ RFSoC</font size> <br> <font size=4><a href="https://rfsocbook.com/">Free Download</a> <br><a href="https://www.amazon.com/Software-Defined-Radio-Ultrascale-RFSoC/dp/1739588606?keywords=zynq+rfsoc&qid=1673452844&sprefix=%2Caps%2C137&sr=8-1&linkCode=ll1&tag=thzybo-20&linkId=0bf245a543fd4af4625086df4c190928&language=en_US&ref_=as_li_ss_tl">Printed Edition</a></font size>
10+
</td>
11+
</tr>
12+
</table>
13+
314
# RFSoC QPSK Transceiver
415
This repository is only compatible with [PYNQ images v2.7](https://github.com/Xilinx/PYNQ/releases) for the [ZCU111](https://www.xilinx.com/products/boards-and-kits/zcu111.html), [RFSoC2x2](http://rfsoc-pynq.io/), and [RFSoC4x2](http://rfsoc-pynq.io/).
516

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)