Visible to Intel only — GUID: utg1720644158601
Ixiasoft
2.5.2.1. Parameter Group: Global Parameters
2.5.2.2. Parameter Group: activation
2.5.2.3. Parameter Group: pe_array
2.5.2.4. Parameter Group: pool
2.5.2.5. Parameter Group: depthwise
2.5.2.6. Module: softmax
2.5.2.7. Parameter Group: dma
2.5.2.8. Parameter Group: xbar
2.5.2.9. Parameter Group: filter_scratchpad
2.5.2.10. Parameter Group: input_stream_interface
2.5.2.11. Parameter Group: output_stream_interface
Parameter: output_stream_interface/enable
Parameter: output_stream_interface/data_width
Parameter: output_stream_interface/fifo_depth
2.5.2.12. Parameter Group: config_network
2.5.2.13. (Early Access) Parameter Group: layout_transform_params
Visible to Intel only — GUID: utg1720644158601
Ixiasoft
2.5.2.11. Parameter Group: output_stream_interface
Enable and configure the AXI4-Stream output interface.
Parameter: output_stream_interface/enable
Enables the output streaming module.
- Legal values:
- true, false
Parameter: output_stream_interface/data_width
Sets the width of the AXI4-steaming output interface in bits.
- Legal values:
- 2 n where n is 4 or greater.
Parameter: output_stream_interface/fifo_depth
Sets the depth of the output FIFO.
- Legal values:
- 2 n where n is 4 or greater.
For example, and architecture file with an 128-bit wide output AXI streaming interface would include the following options:
output_stream_interface { enable: true data_width: 128 fifo_depth: 1024 }