Altera_Forum
Honored Contributor
15 years agoPattern inclusion
Hallo there,
I need some help or ideas, i have a data stream and one time in this stream i have a frame "80008000" the next frame is then a counter value, for example "00000008" and then again "normal" frames (for me not interesting how they look). Now when i found this "80008000" i have to read out the next frame (counter value) and then i have to fill in the stream on this location with "80008000" frames. I have to fill in this frame as often as the counter value shows. How can i do this? Should i take a fifo so that the frames which came after the counter value could be saved for the time i fill in the "80008000" frames? has anybody an idea how i can do this? thanks