Overview
Buffer data between instances through shared heap
Discussion
IPCBuffer routes all input wire data to a user-defined instance ID. All of the downstream modules connected to the output pin will inherit the instance ID configured by the user. This module requires the configuration and initialization of the AWECore shared heap on all instances of a target. Designs including IPCBuffer will fail to build without the existence of shared heap.
...
Note: This module is released as a beta feature, and may change in incompatible ways in future releases
Type Definition
-- Not Shown --
Pins
Input Pins
Name: in1
Description: audio input
...
Complex support: Real and Complex
Output Pins
Name: out1
Description: audio output
Data type: {float, int, fract32}
MATLAB Usage
File Name: ipc_buffer_subsystem.m
...