Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Using alt_multfp and other floating points operations from megawizard

Hello i have a code that is more or less like this: if (index< 48) begin // im <= im + (tensao * sen); //re <= re + (tensao * cos); index <= index+1; end end mult mul...