Hello,
I am trying to create a N-channels state buffer of length L wire (A wire of size NxL).
I want to use the ReBuffer module for that purpose. In the help of the ReBuffer it is stated that "The module can support an artibrary number of channels and also supports any 32-bit data type (integer and floating-point)" but I can't find how exactly I can control the number of channels in the Properties of the module (in the "View Properties" when I right-click the module in the layout).
Some guidance will be much appreciated.
Thanks,
Sharon.
4:28pm
Hi Sharon,
If i'm understanding your question correctly, any modules including the ReBuffer module, inherit the number of input channels from their input pin. Therefore if your wire connecting to the input of the ReBuffer module is carrying two channels, both channels will be processed accordingly. If you'd like any help routing channels to help control the number flowing through any given wire I'd be happy to help, however router modules would be the place to start.
12:16pm
Thanks for the quick respond!