You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@
3
3
# RFSoC Frequency Planner
4
4
This RFSoC Frequency Planning tool is derived from an original tool released by Xilinx for their Zynq Ultrascale+ RFSoC line of devices. The original tool, and more information about the RFSoC can be found [here](https://www.xilinx.com/products/silicon-devices/soc/rfsoc.html).
5
5
6
-
This repository consists of two branches. The ```main``` branch is used for the standalone web application that is hosted on [Heroku](https://rfsoc-frequency-planner.herokuapp.com/). The ```rfsoc_studio``` branch is compatible with the [PYNQ image v2.7](https://github.com/Xilinx/PYNQ/releases) for the ZCU111 and RFSoC2x2 development boards.
6
+
This repository consists of two branches. The ```main``` branch is used for the standalone web application that is hosted on [Heroku](https://rfsoc-frequency-planner.herokuapp.com/). The ```rfsoc_studio``` branch is compatible with [PYNQ image v2.7](https://github.com/Xilinx/PYNQ/releases).
7
7
8
8
<palign="center">
9
9
<imgsrc="./demonstration.gif" />
10
10
<p/>
11
11
12
12
## PYNQ Quick Start
13
13
All that is required to install the RFSoC frequency planner on to your development board is running a simple line of code in the command line. **However, you will need to connect your board to the internet.** Follow the instructions below to install the frequency planner now.
14
-
* Power on your RFSoC2x2 or ZCU111 development board with an SD Card containing a fresh PYNQ v2.7 image.
14
+
* Power on your PYNQ enabled development board with an SD Card containing a fresh PYNQ v2.7 image.
15
15
* Navigate to Jupyter Labs by opening a browser (preferably Chrome) and connecting to `http://<board_ip_address>:9090/lab`.
16
16
* We need to open a terminal in Jupyter Lab. Firstly, open a launcher window as shown in the figure below:
17
17
@@ -28,7 +28,7 @@ All that is required to install the RFSoC frequency planner on to your developme
28
28
* Now simply run the code below that will install the frequency planner to your system.
Once installation has complete you will find the Frequency Planner notebooks in the Jupyter workspace directory. The folder will be named 'frequency-planner'.
0 commit comments