diff options
Diffstat (limited to 'python/openvino/runtime/streaming/ed0_streaming_example/README.md')
| -rw-r--r-- | python/openvino/runtime/streaming/ed0_streaming_example/README.md | 14 |
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. |
