FPGA AI Suite: IP Reference Manual

ID 768974
Date 9/06/2024
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: utg1720644158601

Ixiasoft

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
}