Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI do a design with modelprim module of DSP Builder Advanced Blockset. The "ChannelIn" and "ChannelOut" are the base module of modelprim. The design need to be enabled by the "valid" signal of "ChannelIn", so I connect the "valid" signal to a latch_1L block, but when I enable the floding of the "ChannelIn" and "ChannelOut", I get the error message: "the ChannelIn 's valid can only be connected to ChannelOut's same signal", Is this mean I can not implement the back pressure and folding at same time?