Altera_Forum
Honored Contributor
16 years agofaster FP accumulation
Hi,
I'm working on a project that requires accumulation. The input comes from a pipeline that outputs node id and value, and the accumulation result must be stored in a block ram. So this involves a memory read, an addition(single precision FP), and a memory write. Is there any way to do this? or do I have to halt the pipeline? (afaik the shortest latency for a single-precision FP adder by Altera IP is 6 cycles.) Thanks in advance for suggestions!