Altera_Forum
Honored Contributor
16 years agoHow good is the inferred multiplier?
I am working with a previous developers verilog code set and looking for places to improve speed/area within their design. The majority of their development is behavioral, including one such statement 'a=b*c'. Is it safe to assume that the synthesizer will infer an optimal multiplier for the chip (a cyclone III, in this case), or is it worth considering the design of my own multiplier? Also, I am aware that the multiplier is an ip core within quartus, but using the ip core defeats the purpose of the exercise.
Thanks in advance.