Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWhat is the difference between direct arithmetic computation and using MegaWizard blo
When I try to do addition, reduction, multiplication, previously I will use plug ins in Quartus II like LPM_ADD_SUB. Then I will program use this addtion block to do addtion.The program will be: ...
Altera_Forum
Honored Contributor
14 years agoin theory you should be able to get HDL to be pipelined just like the LPM but it will probably not be as simple as:
out2=a*b;