Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21611 Discusiones

Arria 10: Packing 2 Multipliers per DSP

Altera_Forum
Colaborador Distinguido II
1.469 Vistas

The docs claim each DSP contains 2 18x19 multipliers. How does one actually use each multiplier? I created two 8b integer multiplies (8x8=16b). This should be easy to fit into a single DSP. I tried both inference and instantiating LPM_MULT. In both cases it resolved to 2 DSP. 

 

It may just decide not to pack since the resources are plentiful. However, I will need it in my final implementation - how does one coax 2 Muls/DSP?
0 kudos
2 Respuestas
Altera_Forum
Colaborador Distinguido II
696 Vistas

Note that I also tried sharing a multiplicand between the two MULs - no joy.

Altera_Forum
Colaborador Distinguido II
696 Vistas

I found this quote in the Intel FPGA Integer Arithmetic IP Cores User Guide, 17.1: 

 

"If multiple Intel FPGA Multiply Adder or ALTERA_MULT_ADD IP cores occur in a design, the functions are distributed to as many different DSP blocks as possible so that routing to these blocks is more flexible. Fewer multipliers per DSP block allow more routing choices into the block by minimizing paths to the rest of the device."
Responder