Skip to content

Commit

Permalink
Merge pull request #9 from dnorthcote/main
Browse files Browse the repository at this point in the history
Update strath-sdr banners
  • Loading branch information
dnorthcote authored May 19, 2021
2 parents b558de8 + cb82057 commit e769eea
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="strathclyde_banner.png" width="100%">
<img src="strathsdr_banner.png" width="100%">

# RFSoC OFDM Transceiver
This repository contains an RFSoC demonstration of an Orthogonal Frequency Division Multiplexing (OFDM) transceiver. The OFDM system is only compatible with [PYNQ images v2.6 and greater](https://github.com/Xilinx/PYNQ/releases) for the [ZCU111](https://www.xilinx.com/products/boards-and-kits/zcu111.html) and the [RFSoC2x2](http://rfsoc-pynq.io/).
Expand Down
Binary file not shown.
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/strathclyde_banner.png\" width=\"50%\" align=\"left\" style=\"left\">"
"<img src=\"images/strathsdr_banner.png\" align=\"left\" >"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\" style=\"left\">"
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
]
},
{
Expand Down
Binary file not shown.
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/strathclyde_banner.png\" width=\"50%\" align=\"left\" style=\"left\">"
"<img src=\"images/strathsdr_banner.png\" align=\"left\" >"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\" style=\"left\">"
"<img src=\"images/strathsdr_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 @@ -65,7 +65,7 @@ def copy_notebooks():

setup(
name=package_name,
version='0.2.1',
version='0.2.2',
install_requires=[
'pynq>=2.6',
],
Expand Down
Binary file removed strathclyde_banner.png
Binary file not shown.
Binary file added strathsdr_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 e769eea

Please sign in to comment.