Forum Discussion
Altera_Forum
Honored Contributor
12 years agoFIR Compiler II multichannel operation
Hi all. I'm using FIR compiler II megafunction to create a block with the following parameters: Decimation filter this N = 2; Number of channels : 11; Clock frequency : 50 MHz; Input...
Altera_Forum
Honored Contributor
12 years agoI have a few cases:
1. Use all channels : Valid is '1' all 11 cycles SoP is '1' only then send data of 0 channel EoP is '1' only then send data of 10 channel 2. Use only 3 channels Valid is '1' all 11 cycles SoP is '1' only then send data of 0 channel EoP is '1' only then send data of 2 channel Am I right? 3. Use only 1 channel Valid is '1' all 11 cycles SoP is '1' only then send data of 0 channel When I should use EoP?