summaryrefslogtreecommitdiff
path: root/python/openvino/runtime/streaming/ed0_streaming_example/README.md
diff options
context:
space:
mode:
authorEric Dao <eric@erickhangdao.com>2025-03-10 17:54:31 -0400
committerEric Dao <eric@erickhangdao.com>2025-03-10 17:54:31 -0400
commitab224e2e6ba65f5a369ec392f99cd8845ad06c98 (patch)
treea1e757e9341863ed52b8ad4c5a1c45933aab9da4 /python/openvino/runtime/streaming/ed0_streaming_example/README.md
parent40da1752f2c8639186b72f6838aa415e854d0b1d (diff)
downloadthesis-master.tar.gz
thesis-master.tar.bz2
thesis-master.zip
completed thesisHEADmaster
Diffstat (limited to 'python/openvino/runtime/streaming/ed0_streaming_example/README.md')
-rw-r--r--python/openvino/runtime/streaming/ed0_streaming_example/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/openvino/runtime/streaming/ed0_streaming_example/README.md b/python/openvino/runtime/streaming/ed0_streaming_example/README.md
new file mode 100644
index 0000000..1cc241a
--- /dev/null
+++ b/python/openvino/runtime/streaming/ed0_streaming_example/README.md
@@ -0,0 +1,14 @@
+This directory contains an example system-console tcl script for the hostless
+streaming example design on the Agilex 7 I-series Development Kit.
+
+The system-console tcl script does the following:
+ 1. Initialize path to JTAG Avalon Master IP
+ 2. Initiates a reset via sources IP
+ 3. Writes to coreDLA's CSR registers to prime for inference
+ 4. Streams input data (img.bin) into on-chip memory via JTAG
+ 5. Writes a descriptor into egress DMA (coreDLA -> on-chip memory)
+ 6. Writes a descriptor into ingress DMA - beginning streaming process
+ from on-chip memory to DLA
+ 7. Streams output from onchip memory to output.bin via JTAG
+
+This tcl script serves as an example for a specific CNN model. To understand how this "runtime" script can be extended to support your graph, please consult the Getting Started Guide.