Skip to content

Commit 7861f8e

Browse files
committed
Rename
1 parent e617b14 commit 7861f8e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/thread_stream_axi_stream_fifo/run_on_pynq.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
],
4747
"source": [
48-
"bitfile = \"axistream_fifo_multistream.bit\"\n",
48+
"bitfile = \"thread_stream_axi_stream_fifo.bit\"\n",
4949
"overlay = Overlay(bitfile)\n",
5050
"overlay.ip_dict.keys()"
5151
]

examples/thread_stream_axi_stream_fifo/run_on_pynq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# In[2]:
1212

1313

14-
bitfile = "axistream_fifo_multistream.bit"
14+
bitfile = "thread_stream_axi_stream_fifo.bit"
1515
overlay = Overlay(bitfile)
1616
overlay.ip_dict.keys()
1717

tests/extension/thread_/axi_stream/run_on_pynq.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
],
4747
"source": [
48-
"bitfile = \"axistream_ultra96.bit\"\n",
48+
"bitfile = \"thread_axi_stream.bit\"\n",
4949
"overlay = Overlay(bitfile)\n",
5050
"overlay.ip_dict.keys()"
5151
]

tests/extension/thread_/axi_stream/run_on_pynq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# In[2]:
1212

1313

14-
bitfile = "axistream_ultra96.bit"
14+
bitfile = "thread_axi_stream.bit"
1515
overlay = Overlay(bitfile)
1616
overlay.ip_dict.keys()
1717

0 commit comments

Comments
 (0)