A newer version of this document is available. Customers should click here to go to the newest version.
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
Parameter: input_stream_interface/enable
Parameter: input_stream_interface/data_width
2.5.2.11. Parameter Group: output_stream_interface
2.5.2.12. Parameter Group: config_network
2.5.2.13. (Early Access) Parameter Group: layout_transform_params
2.5.2.10. Parameter Group: input_stream_interface
Enable and configure the width of the input AXI4-Stream interface. If enabled, input streaming requires that the layout transform is also enabled. Neural network graphs compiled with an input streaming-enabled architecture cannot be sliced in the input layer, therefore the stream buffer depth must be large enough to fit the input layer.
Parameter: input_stream_interface/enable
Enables the input streaming module. Enable_layout_transform must also be true, and the transform must be configured for the target neural network graph.
- Legal values:
- true, false
Parameter: input_stream_interface/data_width
Sets the width of the AXI4-streaming input bus in bits.
- Legal values:
- 2 n where n is 4 or greater.
For example, an architecture with a 128-bit input AXI streaming interface would include the following options:
input_stream_interface { enable: true data_width: 128 }