Altera_Forum
Honored Contributor
11 years agoHow to break up long FIR DSP block chain?
Dear all,
I finally managed to infer a FIR filter (systolic per pair of two located in one DSP block) using DSP blocks with all relevant registers inside the DSP blocks (on my Arria V StarterKit using 5AGXFB3H4F35C4). Now I see that the maximal number of DSP blocks I can use is 28 or 56 FIR taps (which just fits in the upper half of the device using one long column). Trying to go to larger filters ends up in failing to place the design (although using a global clock). My questions: Is it possible to split up this kind of filters to use more than one column of DSP blocks? if yes, how? (I tried by means of defining a logic lock area, but didn't succeed so far, the fitter does not care about the logic lock). Regards, Peter