Forum Discussion
Altera_Forum
Honored Contributor
22 years agohw multiplier for Cyclone
With NIOS-1 i could select three implementations for multiplications (sw, mul_step, mul). In Nios-2 this feature is complety missing. Is there any way to tell the SOPC-Builder for NIOS-2 to integrate...
Altera_Forum
Honored Contributor
22 years agoWhat he is trying to say is if you put this big massive multiplier out there things will slow down (multipliers implmented in LEs are pretty big).
Currently I've been finding that even thought the Stratix has multipliers implmented in DSP blocks, it is the main factor in your fmax with NIOS II. Without the DSP blocks doing a hardware multiplier you will have to make a comprimise somewhere. That's why I was suggesting one that was bitwise (around 35 clock cycles). It would be as slow as the division but it would be small and pretty fast.