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 agohow did you come up with a latency of 60? on page 23 the latency is specified as 5, 6, 10, or 11 clocks