Skip to content

Commit

Permalink
Merge pull request #2 from dnorthcote/rfsoc_studio
Browse files Browse the repository at this point in the history
Update StrathSDR Banners (v0.1.1)
  • Loading branch information
jogomojo authored May 20, 2021
2 parents 69289af + 7916338 commit 87ee0c6
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<img src="./strath_banner.png" width="auto">
<img src="./strath_banner.png" align="left">

# RFSoC Frequency Planner
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).

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.6](https://github.com/Xilinx/PYNQ/releases) for the ZCU111 and RFSoC2x2 development boards.

<p align="center">
<img src="./demonstration.gif" width="884" height="387" />
<img src="./demonstration.gif" />
<p/>

## PYNQ Quick Start
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"images/strath_banner.png\" width=\"50%\" align=\"left\">"
"<img src=\"images/strath_banner.png\" align=\"left\">"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
},
"source": [
"<img src=\"images/strath_banner.png\" width=\"350\" align=\"left\">"
"<img src=\"images/strath_banner.png\" align=\"left\">"
]
},
{
Expand Down
Binary file modified boards/ZCU111/rfsoc_freqplan/notebooks/images/strath_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"images/strath_banner.png\" width=\"50%\" align=\"left\">"
"<img src=\"images/strath_banner.png\" align=\"left\">"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
},
"source": [
"<img src=\"images/strath_banner.png\" width=\"350\" align=\"left\">"
"<img src=\"images/strath_banner.png\" align=\"left\">"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def copy_notebooks():

setup(
name=package_name,
version='0.1',
version='0.1.1',
install_requires=requirements,
url='https://github.com/strath-sdr/rfsoc_frequency_planner',
license='BSD 3-Clause License',
Expand Down
Binary file modified strath_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87ee0c6

Please sign in to comment.