Altera_Forum
Honored Contributor
9 years agoInfer Large Multiplier in Stratix IV
Hello - looking to see if anyone else has done something like this:
Im using a stratix IV and in need of inferring Large Multipliers that use the DSP blocks effeciently. Using the LPM_MULT gives me an efficient compact solution, but when inferring using register retiming it doesnt use the middle pipeline register in the DSP. I am using Simulink to generate the design so ideally I would use the generated code to infer these large multipliers. This has been done successfully for Xilinx parts. I wondered if anyone else had tried something like this. Im trying to avoid using black-boxes in the simulink model and getting HDL coder to instantiate LPM_MULTs for me. Multipliers will be anything from 30x30 to 51x51. Regards