Forum Discussion
Altera_Forum
Honored Contributor
18 years agoIt seems like the latency is about 3.5 frames worth (from input to output). However, another way (probably a much better way) to build the state machine is to keep track of the source_eop signal. Upon receiving source_eop, then start inputting the next frame (in the following cycle). I have tested it out in Matlab (using the embedded MATLAB blocks).