Input stream data from the data source. Specify this value as a scalar.
Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | fixed point
wrValid — Indication of valid input stream data boolean scalar
Control signal that indicates if the input data from the data source is valid.
When this value is (true), the block accepts the values on the
wrData port. When this value is (false), the block ignores the
value on the wrData port.
Data Types: Boolean
wrLast — Indication of last beat in burst boolean scalar
Control signal that indicates the last beat of data from the upstream IP.
Data Types: Boolean
rdReady — Ready signal from downstream interface boolean scalar
Control signal that indicates if the block can send stream data to the downstream
interface. When this value is (true), the downstream block is ready to receive
data.