FPGA AI Suite: IP Reference Manual

ID 768974
Date 12/16/2024
Public
Document Table of Contents

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 best performance, the FIFO depth should hold the entire output . For example, if the output is 64×10×10×1 and the xbar k_vector is 32, the FIFO depth should be set to 256.

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
}