Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIf you really have to run at system clock rate, then you will need parallel accumulators.
Is there any reason you are using floating rather than fixed point? fixed point accumulators can complete in a single clock cycle (as can fixed point multipliers). You get huge performance increases with fixed point over floating.