Main Content

Stream Connector

Connect two IPs with data streaming interfaces

  • Stream Connector block

Libraries:
SoC Blockset / Hardware Logic Connectivity

Description

The Stream Connector block connects two IPs with data streaming interfaces. Use this block in the FPGA model of an SoC application to connect two IPs.

Ports

Input

expand all

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

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

Control signal that indicates the last beat of data from the upstream IP.

Data Types: Boolean

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.

Data Types: Boolean

Output

expand all

Output stream data to the downstream destination IP.

Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | fixed point

Control signal that indicates if the output stream data is valid.

Data Types: Boolean

Control signal that indicates that the output stream data now has last beat of burst data.

Data Types: Boolean

Control signal that indicates if the block can receive stream data from the upstream interface.

Data Types: Boolean

Extended Capabilities

Fixed-Point Conversion
Design and simulate fixed-point systems using Fixed-Point Designer™.

Version History

Introduced in R2019a