|
AI Engine API User Guide (AIE-API) 2026.1
|
ADF graphs use data flow abstractions to read input data and write output data.
AIE API extends such abstractions to work with its aie::vector and aie::accum data types.
Concepts | |
| concept | aie::aie::TLast |
| Concept for tlast objects passed to << and >> operators with streams. | |
Classes | |
| struct | aie::tlast< T, Bool > |
| Type used to wrap objects read/written from/to streams that also encapsulates TLAST information. More... | |
Functions | |
| template<aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin (adf::io_buffer< T, Dir, Config > &port) |
| Returns a foward iterator over given io buffer. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a foward const iterator over given io buffer. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_circular (adf::io_buffer< T, Dir, Config > &port) |
| Returns a foward circular iterator over given io buffer. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_circular (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const foward circular iterator over given io buffer. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_random_circular (adf::io_buffer< T, Dir, Config > &port) |
| Returns a random iterator over given io buffer. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_random_circular (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a random const iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_restrict_vector (adf::io_buffer< T, Dir, Config > &port) |
| Returns a restrict vector iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_restrict_vector (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const restrict vector iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_vector (adf::io_buffer< T, Dir, Config > &port) |
| Returns a vector iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_vector (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const vector iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_vector_circular (adf::io_buffer< T, Dir, Config > &port) |
| Returns a vector circular iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_vector_circular (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const vector circular iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_vector_input_buffer_stream (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const vector input stream over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_vector_output_buffer_stream (adf::io_buffer< T, Dir, Config > &port) |
| Returns a vector output stream over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_vector_random_circular (adf::io_buffer< T, Dir, Config > &port) |
| Returns a vector random circular iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::begin_vector_random_circular (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const vector random circular iterator over given io buffer. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::cbegin (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a foward const iterator over given io buffer. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::cbegin_circular (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const foward iterator over given io buffer. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::cbegin_random_circular (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a random const iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::cbegin_restrict_vector (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const restrict vector iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::cbegin_vector (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const vector iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::cbegin_vector_circular (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const vector circular iterator over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::cbegin_vector_input_buffer_stream (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const vector input stream over given io buffer. | |
| template<unsigned Elems, aie_dm_resource Resource = aie_dm_resource::none, typename T, typename Dir, typename Config> | |
| constexpr auto | aie::cbegin_vector_random_circular (const adf::io_buffer< T, Dir, Config > &port) |
| Returns a const vector random circular iterator over given io buffer. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, aie::tbs_mode Mode = aie::tbs_mode::default_mode, IOBuffer T, typename TensorDescriptor> | |
| constexpr auto | aie::make_restrict_tensor_buffer_stream (T &port, const TensorDescriptor &tensor_desc) |
| Creates a restrict tensor buffer stream for accessing multidimensional data from an ADF I/O buffer port. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, aie::tbs_mode Mode = aie::tbs_mode::default_mode, IOBuffer T, typename TensorDescriptor> | |
| constexpr auto | aie::make_tensor_buffer_stream (const T &port, const TensorDescriptor &tensor_desc) |
| Creates a constant tensor buffer stream for accessing multidimensional data from an ADF I/O buffer port. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, aie::tbs_mode Mode = aie::tbs_mode::default_mode, IOBuffer T, typename TensorDescriptor> | |
| constexpr auto | aie::make_tensor_buffer_stream (T &port, const TensorDescriptor &tensor_desc) |
| Creates a tensor buffer stream for accessing multidimensional data from an ADF I/O buffer port. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, aie::tbs_mode Mode = aie::tbs_mode::default_mode, IOBuffer T, typename TensorDescriptor> | |
| constexpr auto | aie::make_unaligned_tensor_buffer_stream (const T &port, const TensorDescriptor &tensor_desc) |
| Creates a constant tensor buffer stream for accessing unaligned multidimensional data from an ADF I/O buffer port. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, aie::tbs_mode Mode = aie::tbs_mode::default_mode, IOBuffer T, typename TensorDescriptor> | |
| constexpr auto | aie::make_unaligned_tensor_buffer_stream (T &port, const TensorDescriptor &tensor_desc) |
| Creates a tensor buffer stream for accessing unaligned multidimensional data from an ADF I/O buffer port. | |
| template<aie::AccumElemBaseType T, unsigned N> | |
| constexpr output_cascade< T > & | operator<< (output_cascade< T > &w, const aie::accum< T, N > &acc) |
| Writes an accumulator into the output cascade stream. | |
| template<aie::ElemBaseType T, unsigned N> | |
| constexpr output_cascade< T > & | operator<< (output_cascade< T > &w, const aie::vector< T, N > &v) |
| Writes a vector into the output cascade stream. | |
| template<aie::AccumElemBaseType T, unsigned N> | |
| constexpr output_cascade< T > * | operator<< (output_cascade< T > *w, const aie::accum< T, N > &acc) |
| Writes an accumulator into the output cascade stream. | |
| template<aie::ElemBaseType T, unsigned N> | |
| constexpr output_cascade< T > * | operator<< (output_cascade< T > *w, const aie::vector< T, N > &v) |
| Writes a vector into the output cascade stream. | |
| template<aie::AccumElemBaseType T, unsigned N> | |
| constexpr output_stream< T > & | operator<< (output_stream< T > &w, const aie::accum< T, N > &acc) |
| Writes an accumulator into the output cascade stream. | |
| template<typename T, unsigned N> | |
| constexpr output_stream< T > & | operator<< (output_stream< T > &w, const aie::vector< T, N > &v) |
| Writes a vector into the output AXI stream. | |
| template<typename T> | |
| constexpr output_stream< T > & | operator<< (output_stream< T > &w, const T &v) |
| Writes a value into the output AXI stream. | |
| template<typename T, aie::TLast< T > TL> | |
| constexpr output_stream< T > & | operator<< (output_stream< T > &w, const TL &tl) |
| Writes a value or vector into the output AXI stream. | |
| template<aie::AccumElemBaseType T, unsigned N> | |
| constexpr output_stream< T > * | operator<< (output_stream< T > *w, const aie::accum< T, N > &acc) |
| Writes an accumulator into the output cascade stream. | |
| template<typename T, unsigned N> | |
| constexpr output_stream< T > * | operator<< (output_stream< T > *w, const aie::vector< T, N > &v) |
| Writes a vector into the output AXI stream. | |
| template<typename T> | |
| constexpr output_stream< T > & | operator<< (output_stream< T > *w, const T &v) |
| Writes a value into the output AXI stream. | |
| template<typename T, aie::TLast< T > TL> | |
| constexpr output_stream< T > * | operator<< (output_stream< T > *w, const TL &tl) |
| Writes a value into the output AXI stream. | |
| template<unsigned N, aie::AccumElemBaseType T> | |
| constexpr input_cascade< T > & | operator>> (input_cascade< T > &w, aie::accum< T, N > &acc) |
| Reads an accumulator from the input cascade stream. | |
| template<unsigned N, aie::ElemBaseType T> | |
| constexpr input_cascade< T > & | operator>> (input_cascade< T > &w, aie::vector< T, N > &v) |
| Reads a vector from the input cascade stream. | |
| template<unsigned N, aie::AccumElemBaseType T> | |
| constexpr input_cascade< T > * | operator>> (input_cascade< T > *w, aie::accum< T, N > &acc) |
| Reads an accumulator from the input cascade stream. | |
| template<unsigned N, aie::ElemBaseType T> | |
| constexpr input_cascade< T > * | operator>> (input_cascade< T > *w, aie::vector< T, N > &v) |
| Reads a vector from the input cascade stream. | |
| template<unsigned N, aie::AccumElemBaseType T> | |
| constexpr input_stream< T > & | operator>> (input_stream< T > &w, aie::accum< T, N > &acc) |
| Reads an accumulator from the input cascade stream. | |
| template<unsigned N, typename T> | |
| constexpr input_stream< T > & | operator>> (input_stream< T > &w, aie::vector< T, N > &v) |
| Reads a vector from the input AXI stream. | |
| template<typename T, aie::TLast< T > TL> | |
| constexpr input_stream< T > & | operator>> (input_stream< T > &w, const TL &tl) |
| Reads a value or vector from the input AXI stream. | |
| template<typename T> | |
| constexpr input_stream< T > & | operator>> (input_stream< T > &w, T &v) |
| Reads a value from the input AXI stream. | |
| template<unsigned N, aie::AccumElemBaseType T> | |
| constexpr input_stream< T > * | operator>> (input_stream< T > *w, aie::accum< T, N > &acc) |
| Reads an accumulator from the input cascade stream. | |
| template<unsigned N, typename T> | |
| constexpr input_stream< T > * | operator>> (input_stream< T > *w, aie::vector< T, N > &v) |
| Reads a vector from the input AXI stream. | |
| template<typename T, aie::TLast< T > TL> | |
| constexpr input_stream< T > * | operator>> (input_stream< T > *w, const TL &tl) |
| Reads a value or vector from the input AXI stream. | |
| template<typename T> | |
| constexpr input_stream< T > & | operator>> (input_stream< T > *w, T &v) |
| Reads a value from the input AXI stream. | |
| template<unsigned N, aie::ElemBaseType T> | |
| aie::vector< T, N > | readincr_v (input_cascade< T > *w) |
| Reads a vector from the input cascade stream. | |
| template<unsigned N, aie::AccumElemBaseType T> | |
| aie::accum< T, N > | readincr_v (input_stream< T > *w) |
| Reads an accumulator from the input cascade stream. | |
| template<unsigned N, aie_stream_resource_in Resource = aie_stream_resource_in::none, typename T> | |
| aie::vector< T, N > | readincr_v (input_stream< T > *w) |
| Reads a vector from the input AXI stream. | |
| template<unsigned N, aie_stream_resource_in Resource = aie_stream_resource_in::none, typename T> | |
| aie::vector< T, N > | readincr_v (input_stream< T > *w, bool &tlast) |
| Reads a vector from the input AXI stream and returns whether TLAST has been asserted. | |
| template<unsigned N, aie_dm_resource Resource = aie_dm_resource::none, typename T> | |
| aie::vector< T, N > | window_read_v (input_window< T > *w) |
| Read a vector from an input window. | |
| template<unsigned N, aie_dm_resource Resource = aie_dm_resource::none, typename T> | |
| void | window_read_v (input_window< T > *w, aie::vector< T, N > &value) |
| Read a vector from an input window. | |
| template<unsigned N, aie_dm_resource Resource = aie_dm_resource::none, typename T> | |
| aie::vector< T, N > | window_readdecr_v (input_window< T > *w) |
| Read a vector from an input window and decrement the window pointer. | |
| template<unsigned N, aie_dm_resource Resource = aie_dm_resource::none, typename T> | |
| void | window_readdecr_v (input_window< T > *w, aie::vector< T, N > &value) |
| Read a vector from an input window and decrement the window pointer. | |
| template<unsigned N, aie_dm_resource Resource = aie_dm_resource::none, typename T> | |
| aie::vector< T, N > | window_readincr_v (input_window< T > *w) |
| Read a vector from an input window and increment the window pointer. | |
| template<unsigned N, aie_dm_resource Resource = aie_dm_resource::none, typename T> | |
| void | window_readincr_v (input_window< T > *w, aie::vector< T, N > &value) |
| Read a vector from an input window and increment the window pointer. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, typename T, unsigned N> | |
| void | window_write (output_window< T > *w, const aie::vector< T, N > &value) |
| Write a vector into an output window. | |
| template<aie_dm_resource Resource = aie_dm_resource::none, typename T, unsigned N> | |
| void | window_writeincr (output_window< T > *w, const aie::vector< T, N > &value) |
| Write a vector into an output window and increment the window pointer. | |
| template<aie::AccumElemBaseType T, unsigned N> | |
| void | writeincr (output_cascade< T > *w, const aie::accum< T, N > &value) |
| Writes an accumulator into the output cascade stream. | |
| template<aie::ElemBaseType T, unsigned N> | |
| void | writeincr (output_cascade< T > *w, const aie::vector< T, N > &value) |
| Writes a vector into the output cascade stream. | |
| template<aie::AccumElemBaseType T, unsigned N> | |
| void | writeincr (output_stream< T > *w, const aie::accum< T, N > &value) |
| Writes an accumulator into the output cascade stream. | |
| template<aie_stream_resource_out Resource = aie_stream_resource_out::none, typename T, unsigned N> | |
| void | writeincr (output_stream< T > *w, const aie::vector< T, N > &value) |
| Writes a vector into the output AXI stream. | |
| template<aie_stream_resource_out Resource = aie_stream_resource_out::none, typename T, unsigned N> | |
| void | writeincr (output_stream< T > *w, const aie::vector< T, N > &value, bool tlast) |
| Writes a vector into the output AXI stream. | |
| struct aie::tlast |
Type used to wrap objects read/written from/to streams that also encapsulates TLAST information.
When passed into output AXI streams, this object will say whether TLAST is asserted after the write operation. When read from input AXI streams, the object will say whether TLAST was asserted by the writer.
Public Types | |
| using | value_type = T |
Public Member Functions | |
| tlast (const tlast &)=delete | |
| constexpr | tlast (T value, Bool t_last) |
| Constructor used to initialize the object. | |
| tlast & | operator= (const tlast &)=delete |
Public Attributes | |
| Bool | t_last |
| T | value |
| using aie::tlast< T, Bool >::value_type = T |
|
delete |
|
inlineconstexpr |
Constructor used to initialize the object.
For input AXI streams, both arguments are references to the variables where to store the read value and TLAST. For output AXI streams, these are the value and TLAST to be written.
|
delete |
| Bool aie::tlast< T, Bool >::t_last |
| T aie::tlast< T, Bool >::value |
|
constexpr |
Returns a foward iterator over given io buffer.
Requires given io buffer to have linear addressing mode.
| Resource |
| port | The io buffer |
|
constexpr |
Returns a foward const iterator over given io buffer.
Requires given buffer port to have linear addressing mode.
| Resource |
| port | The io buffer |
|
constexpr |
Returns a foward circular iterator over given io buffer.
| Resource |
| port | The io buffer |
|
constexpr |
Returns a const foward circular iterator over given io buffer.
| Resource |
| port | The io buffer |
|
constexpr |
Returns a random iterator over given io buffer.
If the port has circular addressing the iterator is a circular random iterator.
| Resource |
| port | The io buffer |
|
constexpr |
Returns a random const iterator over given io buffer.
If the port has circular addressing the iterator is a circular random const iterator.
| Resource |
| port | The io buffer |
|
constexpr |
Returns a restrict vector iterator over given io buffer.
Requires given io buffer to have linear addressing mode.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a const restrict vector iterator over given io buffer.
Requires given buffer port to have linear addressing mode.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a vector iterator over given io buffer.
Requires given io buffer to have linear addressing mode.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a const vector iterator over given io buffer.
Requires given buffer port to have linear addressing mode.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a vector circular iterator over given io buffer.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a const vector circular iterator over given io buffer.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a const vector input stream over given io buffer.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a vector output stream over given io buffer.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a vector random circular iterator over given io buffer.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a const vector random circular iterator over given io buffer.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a foward const iterator over given io buffer.
Requires given buffer port to have linear addressing mode.
| Resource |
| port | The io buffer |
|
constexpr |
Returns a const foward iterator over given io buffer.
| Resource |
| port | The io buffer |
|
constexpr |
Returns a random const iterator over given io buffer.
If the port has circular addressing the iterator is a circular random const iterator.
| Resource |
| port | The io buffer |
|
constexpr |
Returns a const restrict vector iterator over given io buffer.
Requires given buffer port to have linear addressing mode.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a const vector iterator over given io buffer.
Requires given buffer port to have linear addressing mode.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a const vector circular iterator over given io buffer.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a const vector input stream over given io buffer.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Returns a const vector random circular iterator over given io buffer.
| Elems | The size of the vector |
| Resource | Bank annotation |
| port | The io buffer |
|
constexpr |
Creates a restrict tensor buffer stream for accessing multidimensional data from an ADF I/O buffer port.
This function creates a tensor buffer stream with restrict semantics, indicating to the compiler that the I/O buffer is the only way to access the underlying data during the lifetime of the stream. This allows for more aggressive optimizations by removing potential aliasing concerns.
| Resource | Data Memory resource to be used for the access. Defaults to none. |
| Mode | Tensor buffer stream mode. Defaults to default_mode. |
| T | Type of the I/O buffer (must satisfy IOBuffer concept). |
| TensorDescriptor | Type of the tensor descriptor (automatically deduced). |
| port | Reference to the I/O buffer port to wrap. |
| tensor_desc | Tensor descriptor created with make_tensor_descriptor that describes the shape and stride of the multidimensional tensor. |
|
constexpr |
Creates a constant tensor buffer stream for accessing multidimensional data from an ADF I/O buffer port.
This overload accepts a const reference to an I/O buffer port and creates a read-only tensor buffer stream. The returned stream can only be used for reading data from the buffer, preventing accidental modifications.
| Resource | Data Memory resource to be used for the access. Defaults to none. |
| Mode | Tensor buffer stream mode. Defaults to default_mode. |
| T | Type of the I/O buffer (must satisfy IOBuffer concept). |
| TensorDescriptor | Type of the tensor descriptor (automatically deduced). |
| port | Const reference to the I/O buffer port to wrap. |
| tensor_desc | Tensor descriptor created with make_tensor_descriptor that describes the shape and stride of the multidimensional tensor. |
|
constexpr |
Creates a tensor buffer stream for accessing multidimensional data from an ADF I/O buffer port.
This function wraps an ADF I/O buffer port (input_buffer or output_buffer) with tensor buffer stream semantics, enabling hardware-accelerated multidimensional memory access patterns. The stream accesses data using the addressing pattern defined by the tensor descriptor.
| Resource | Data Memory resource to be used for the access. Defaults to none. |
| Mode | Tensor buffer stream mode. Defaults to default_mode. |
| T | Type of the I/O buffer (must satisfy IOBuffer concept). |
| TensorDescriptor | Type of the tensor descriptor (automatically deduced). |
| port | Reference to the I/O buffer port to wrap. |
| tensor_desc | Tensor descriptor created with make_tensor_descriptor that describes the shape and stride of the multidimensional tensor. |
|
constexpr |
Creates a constant tensor buffer stream for accessing unaligned multidimensional data from an ADF I/O buffer port.
This overload accepts a const reference to an I/O buffer port and creates a read-only tensor buffer stream. The returned stream can only be used for reading data from the buffer, preventing accidental modifications.
| Resource | Data Memory resource to be used for the access. Defaults to none. |
| Mode | Tensor buffer stream mode. Defaults to default_mode. |
| T | Type of the I/O buffer (must satisfy IOBuffer concept). |
| TensorDescriptor | Type of the tensor descriptor (automatically deduced). |
| port | Const reference to the I/O buffer port to wrap. |
| tensor_desc | Tensor descriptor created with make_tensor_descriptor that describes the shape and stride of the multidimensional tensor. |
|
constexpr |
Creates a tensor buffer stream for accessing unaligned multidimensional data from an ADF I/O buffer port.
This function wraps an ADF I/O buffer port (input_buffer or output_buffer) with tensor buffer stream semantics, enabling hardware-accelerated multidimensional memory access patterns. The stream accesses data using the addressing pattern defined by the tensor descriptor.
| Resource | Data Memory resource to be used for the access. Defaults to none. |
| Mode | Tensor buffer stream mode. Defaults to default_mode. |
| T | Type of the I/O buffer (must satisfy IOBuffer concept). |
| TensorDescriptor | Type of the tensor descriptor (automatically deduced). |
| port | Reference to the I/O buffer port to wrap. |
| tensor_desc | Tensor descriptor created with make_tensor_descriptor that describes the shape and stride of the multidimensional tensor. |
|
constexpr |
Writes an accumulator into the output cascade stream.
| w | Output cascade stream |
| acc | Accumulator to be written |
|
constexpr |
Writes a vector into the output cascade stream.
| w | Output cascade stream |
| v | Vector to be written |
|
constexpr |
Writes an accumulator into the output cascade stream.
| w | Output cascade stream |
| acc | Accumulator to be written |
|
constexpr |
Writes a vector into the output cascade stream.
| w | Output cascade stream |
| v | Vector to be written |
|
constexpr |
Writes an accumulator into the output cascade stream.
| w | Output stream |
| acc | Accumulator to be written |
|
constexpr |
Writes a vector into the output AXI stream.
TLAST is not asserted.
| w | Output stream |
| v | Vector to be written |
|
constexpr |
Writes a value into the output AXI stream.
TLAST is not asserted.
| w | Output stream |
| v | Value to be written |
|
constexpr |
Writes a value or vector into the output AXI stream.
The tlast object says whether TLAST is asserted.
| w | Output stream |
| tl | Object that contains the value or vector to be written and whether TLAST is asserted. |
|
constexpr |
Writes an accumulator into the output cascade stream.
| w | Output stream |
| acc | Accumulator to be written |
|
constexpr |
Writes a vector into the output AXI stream.
TLAST is not asserted.
| w | Output stream |
| v | Vector to be written |
|
constexpr |
Writes a value into the output AXI stream.
TLAST is not asserted.
| w | Output stream |
| v | Value to be written |
|
constexpr |
Writes a value into the output AXI stream.
The tlast object says whether TLAST is asserted.
| w | Output stream |
| tl | Object that contains the value to be written and whether TLAST is asserted. |
|
constexpr |
Reads an accumulator from the input cascade stream.
| w | Input cascade stream |
| acc | Accumulator read from stream. Output argument. |
|
constexpr |
Reads a vector from the input cascade stream.
| w | Input cascade stream |
| v | Vector read from stream. Output argument. |
|
constexpr |
Reads an accumulator from the input cascade stream.
| w | Input cascade stream |
| acc | Accumulator read from stream. Output argument. |
|
constexpr |
Reads a vector from the input cascade stream.
| w | Input cascade stream |
| v | Vector read from stream. Output argument. |
|
constexpr |
Reads an accumulator from the input cascade stream.
| w | Input stream |
| acc | Accumulator read from stream. Output argument. |
|
constexpr |
Reads a vector from the input AXI stream.
| w | Input stream |
| v | Vector read from stream. Output argument. |
|
constexpr |
Reads a value or vector from the input AXI stream.
The tlast object says whether TLAST is asserted.
| w | Input stream |
| tl | Object that contains the value or vector read from stream. Output argument. |
|
constexpr |
Reads a value from the input AXI stream.
| w | Input stream |
| v | Value read from stream. Output argument. |
|
constexpr |
Reads an accumulator from the input cascade stream.
| w | Input stream |
| acc | Accumulator read from stream. Output argument. |
|
constexpr |
Reads a vector from the input AXI stream.
| w | Input stream |
| v | Vector read from stream. Output argument. |
|
constexpr |
Reads a value or vector from the input AXI stream.
The tlast object says whether TLAST is asserted.
| w | Input stream |
| tl | Object that contains the value or vector read from stream. Output argument. |
|
constexpr |
Reads a value from the input AXI stream.
| w | Input stream |
| v | Value read from stream. Output argument. |
| aie::vector< T, N > readincr_v | ( | input_cascade< T > * | w | ) |
Reads a vector from the input cascade stream.
| w | Input cascade stream |
| aie::accum< T, N > readincr_v | ( | input_stream< T > * | w | ) |
Reads an accumulator from the input cascade stream.
| w | Input stream |
| aie::vector< T, N > readincr_v | ( | input_stream< T > * | w | ) |
Reads a vector from the input AXI stream.
| N | Size of the vector to be read |
| Resource | Stream in resource. This information can be leveraged by the compiler to schedule stream reads in parallel when possible |
| w | Input stream |
| aie::vector< T, N > readincr_v | ( | input_stream< T > * | w, |
| bool & | tlast ) |
Reads a vector from the input AXI stream and returns whether TLAST has been asserted.
| N | Size of the vector to be read |
| Resource | Stream in resource. This information can be leveraged by the compiler to schedule stream reads in parallel when possible |
| w | Input stream |
| tlast | Output argument that tells whether TLAST has been asserted. |
| aie::vector< T, N > window_read_v | ( | input_window< T > * | w | ) |
Read a vector from an input window.
| N | Size of the vector to be read |
| w | Input window |
| void window_read_v | ( | input_window< T > * | w, |
| aie::vector< T, N > & | value ) |
Read a vector from an input window.
| w | Input window |
| value | Output parameter that contains the read vector |
| aie::vector< T, N > window_readdecr_v | ( | input_window< T > * | w | ) |
Read a vector from an input window and decrement the window pointer.
| N | Size of the vector to be read |
| w | Input window |
| void window_readdecr_v | ( | input_window< T > * | w, |
| aie::vector< T, N > & | value ) |
Read a vector from an input window and decrement the window pointer.
| w | Input window |
| value | Output parameter that contains the read vector |
| aie::vector< T, N > window_readincr_v | ( | input_window< T > * | w | ) |
Read a vector from an input window and increment the window pointer.
| N | Size of the vector to be read |
| w | Input window |
| void window_readincr_v | ( | input_window< T > * | w, |
| aie::vector< T, N > & | value ) |
Read a vector from an input window and increment the window pointer.
| w | Input window |
| value | Output parameter that contains the read vector |
| void window_write | ( | output_window< T > * | w, |
| const aie::vector< T, N > & | value ) |
Write a vector into an output window.
| w | Output window |
| value | Vector to be written |
| void window_writeincr | ( | output_window< T > * | w, |
| const aie::vector< T, N > & | value ) |
Write a vector into an output window and increment the window pointer.
| w | Output window |
| value | Vector to be written |
| void writeincr | ( | output_cascade< T > * | w, |
| const aie::accum< T, N > & | value ) |
Writes an accumulator into the output cascade stream.
| w | Output cascade stream |
| value | Accumulator to be written |
| void writeincr | ( | output_cascade< T > * | w, |
| const aie::vector< T, N > & | value ) |
Writes a vector into the output cascade stream.
| w | Output cascade stream |
| value | Vector to be written |
| void writeincr | ( | output_stream< T > * | w, |
| const aie::accum< T, N > & | value ) |
Writes an accumulator into the output cascade stream.
| w | Output stream |
| value | Accumulator to be written |
| void writeincr | ( | output_stream< T > * | w, |
| const aie::vector< T, N > & | value ) |
Writes a vector into the output AXI stream.
TLAST is not asserted.
| Resource | Stream out resource. This information can be leveraged by the compiler to schedule stream writes in parallel when possible |
| w | Output stream |
| value | Vector to be written |
| void writeincr | ( | output_stream< T > * | w, |
| const aie::vector< T, N > & | value, | ||
| bool | tlast ) |
Writes a vector into the output AXI stream.
An additional argument says whether TLAST is asserted.
| Resource | Stream out resource. This information can be leveraged by the compiler to schedule stream writes in parallel when possible |
| w | Output stream |
| value | Vector to be written |
| tlast | TLAST is asserted if true |