HDL to AIE - 2021.2 English

Vitis Model Composer User Guide (UG1483)

Document ID
UG1483
Release Date
2021-10-22
Version
2021.2 English
This block is used to connect the output ports of HDL blocks to the input ports of AI Engine blocks using the AXI4-Stream protocol.

Library

AI Engine/Interfaces

Description

This block provides an interface between the HDL and AI Engine blocks.
  • Input to the HDL to AIE block is tdata which is the primary input for the data. The tvalid signal indicates that the producer has valid data.
  • Output from the HDL to AIE block is a variable size signal (data) to AI Engine blocks along with the tready signal which indicates that the consumer can accept a transfer. A transfer takes place when both tvalid and tready are asserted.

Parameters

Output Data Type
The following table shows the Output data types that are supported by the HDL to AIE blocks and the corresponding input data type to the block.
Output Data Type Input to HDL - AIE Block
int8 uint32, ufix64, ufix128
uint8 uint32, ufix64, ufix128
int16 uint32, ufix64, ufix128
uint16 uint32, ufix64, ufix128
cint16 uint32, ufix64, ufix128
int32 int32, ufix64, ufix128
uint32 uint32, ufix64, ufix128
cint32 ufix64, ufix128
int64 sfix64
uint64 ufix64, ufix128
float uint32, ufix64, ufix128
float(c) ufix64, ufix128
Output Sample Time
Set the Output Sample Time to:

Note: For more information on setting this block and examples, refer to GitHub.
Samples per output frame
This determines the number of samples to be queued in the buffer before the block updates the frame.
Tready Sample time
This should be the same as the HDL design sample time.