Altera_Forum
Honored Contributor
9 years agoSynthesize multipliers on distributed logic?
Hello,
I want to synthesize a symmetric FIR filter with 116 taps. Thus, the design should infer 58 multipliers. As I start the design flow for a Cyclone V (5CSEMA4U23C6) with 84 DSP blocks, everything works as expected. If I change the target device to a smaller FPGA (5CEFA2F23C8N), the tool reports that the design uses too much DSP blocks but only 25 DSP blocks are available. That's ok, I totally agree and conclude, that the tool cannot synthesize the arithmetic on the distributed logic. But, if I select the 5CSEBA2U19C8 with 36 DSP Blocks, nothing behaves as expected. The tool reports a correct usage of 58 DSP blocks (analysis and synthesis). Further, the fitter reports a usage of 36 DSP blocks and a total number of 58 fixed point multipliers. Consequently, that means that 22 multipliers are built on distributed logic. The logic utilization is 1437/9430 ALM (15%). Why can the tool not implement the design on the 5CEFA2F23C8N (which also includes 9430 ALMs)? I'm new to the Altera world. This exercise is for evaluation. I'm using Quartus Prime Lite 15.1 Thank you.