Forum Discussion
Altera_Forum
Honored Contributor
15 years agoUsing 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...
Altera_Forum
Honored Contributor
15 years agoYup i think i was drunk (joking)
The latency is 10, so if i set my clock enable to 1 after 10 clocks i will have the result right? What happens if i change my value in the 6th clock for example?