Forum Discussion
Altera_Forum
Honored Contributor
11 years agosome basic questions about altera
hi everone, i am new to altera, and i have some basic questions about altera 1. if i use verilog, can quartus synthesis multipliation and division? 2. if i use VHDL, can quartus synthesis multi...
Altera_Forum
Honored Contributor
11 years agoMultipliers and dividers often get mapped to DSP blocks which run way faster than the lookup table logic. assign foo = a * b; or assign foo = a / b; work fine in Quartus. You can check the fitter resource summary to see if lookup tables or DSP embedded multiplier blocks are being used.