Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSo I guess what your saying, is you extract the control packets and store them somewhere else, then sync them up on the back end???
After some more thinking, what I came up with was just to carry around a couple of extra bits and generate the output signals with that. Ie. data_to_hold <= {SINK_data_in, startofpacket, endofpacket}; Then on the output side, just use the last two bits to drive the signals. Any thoughts? I'll peak at the Altera code in the meantime.