Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe synthesisor will place add/dub/multiply for you, from the LPM library if you write things like
c <= a + b; c <= a * b; etc. And it will probably do a better job at minimising the logic. The only area where you really have to be careful is dividers because you cannot control the internal pipelining very easily without using the lpm_divide megafunction.