FPGA AI Suite: IP Reference Manual

ID 768974
Date 7/31/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 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
}