blob: 1cc241ad0eb3557539e367c93367596421c77195 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.
|