blob: 1ab95d383102836dc6e4fcce8cfcce1511b4e5e2 [file] [log] [blame]
Andrew Geissler84ad7c52020-06-27 00:00:16 -05001From 788469badc4cd6a618e02d52883511cfbb00ca34 Mon Sep 17 00:00:00 2001
2From: Vinay Senthil <vinays@xilinx.com>
3Date: Tue, 30 Jul 2019 15:53:25 -0700
4Subject: [PATCH] resizer_PL notebooks for ZCU104 and Ultra96: changed default
5 bitstream location
6
7Location is no longer /home/xilinx. Now it is in a bitsream folder in the same directory as the notebook.
8
9Signed-off-by: Vinay Senthil <vinays@xilinx.com>
10---
11 boards/Ultra96/resizer/notebooks/resizer_PL.ipynb | 4 ++--
12 boards/ZCU104/resizer/notebooks/resizer_PL.ipynb | 4 ++--
13 2 files changed, 4 insertions(+), 4 deletions(-)
14
15diff --git a/boards/Ultra96/resizer/notebooks/resizer_PL.ipynb b/boards/Ultra96/resizer/notebooks/resizer_PL.ipynb
16index 1658d78..cd04d93 100644
17--- a/boards/Ultra96/resizer/notebooks/resizer_PL.ipynb
18+++ b/boards/Ultra96/resizer/notebooks/resizer_PL.ipynb
19@@ -78,7 +78,7 @@
20 "outputs": [],
21 "source": [
22 "resize_design = Overlay(\n",
23- " \"/usr/local/lib/python3.6/dist-packages/helloworld/bitstream/resizer.bit\")"
24+ " \"bitstream/resizer.bit\")"
25 ]
26 },
27 {
28@@ -497,7 +497,7 @@
29 "name": "python",
30 "nbconvert_exporter": "python",
31 "pygments_lexer": "ipython3",
32- "version": "3.6.5"
33+ "version": "3.7.0"
34 }
35 },
36 "nbformat": 4,
37diff --git a/boards/ZCU104/resizer/notebooks/resizer_PL.ipynb b/boards/ZCU104/resizer/notebooks/resizer_PL.ipynb
38index 1658d78..cd04d93 100644
39--- a/boards/ZCU104/resizer/notebooks/resizer_PL.ipynb
40+++ b/boards/ZCU104/resizer/notebooks/resizer_PL.ipynb
41@@ -78,7 +78,7 @@
42 "outputs": [],
43 "source": [
44 "resize_design = Overlay(\n",
45- " \"/usr/local/lib/python3.6/dist-packages/helloworld/bitstream/resizer.bit\")"
46+ " \"bitstream/resizer.bit\")"
47 ]
48 },
49 {
50@@ -497,7 +497,7 @@
51 "name": "python",
52 "nbconvert_exporter": "python",
53 "pygments_lexer": "ipython3",
54- "version": "3.6.5"
55+ "version": "3.7.0"
56 }
57 },
58 "nbformat": 4,
59--
602.7.4
61