Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit 965e258

Browse files
authored
Merge pull request #2 from dnorthcote/main
Update Strath-SDR Banners
2 parents 141803d + 506e450 commit 965e258

9 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="strathclyde_banner.png" width="100%">
1+
<img src="strathsdr_banner.png" >
22

33
# RFSoC Introductory Notebooks
44
A collection of RFSoC introductory notebooks. This repository is only compatible with [PYNQ images v2.6](https://github.com/Xilinx/PYNQ/releases) for the [ZCU111](https://www.xilinx.com/products/boards-and-kits/zcu111.html) and [RFSoC2x2](http://rfsoc-pynq.io/).

common/01_rfsoc_architecture_overview.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<img src=\"images/strathclyde_banner.png\" width=\"75%\" align=\"left\" style=\"left\">"
7+
"<img src=\"images/strathsdr_banner.png\" align=\"left\" >"
88
]
99
},
1010
{

common/02_exploring_the_rf_dataconverters.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\" style=\"left\">"
7+
"<img src=\"images/strathsdr_banner.png\" align=\"left\" >"
88
]
99
},
1010
{

common/03_zynq_rfsoc_development.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\" style=\"left\">"
7+
"<img src=\"images/strathsdr_banner.png\" align=\"left\" >"
88
]
99
},
1010
{
-160 KB
Binary file not shown.

common/images/strathsdr_banner.png

536 KB
Loading

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def copy_common_notebooks():
2222

2323
setup(
2424
name=package_name,
25-
version='0.1',
25+
version='0.1.1',
2626
install_requires=[
2727
'plotly==4.5.2',
2828
'pynq==2.6'

strathclyde_banner.png

-160 KB
Binary file not shown.

strathsdr_banner.png

536 KB
Loading

0 commit comments

Comments
 (0)