Forum Discussion
Altera_Forum
Honored Contributor
10 years agoAccumulator in IP and RTL timing errors
Hello, I've implemented accumulator that computes the sum of 19-bit incoming data samples magnitudes for particular period of time to 33-bit bus. I use RTL: always @ (posedge clk) if (frame)...
Altera_Forum
Honored Contributor
10 years agoTiming error(s) on what path?
Where do the inputs 'frame' and 'magnitude' come from (another register or device input pins)? Will make a big difference on timing.