Commit a00be25c authored by Maciej Lipinski's avatar Maciej Lipinski

wr_streamers: fixed bug causing frames to be counted as late

This happened after the fixed-latency mode was first enabled
and then disabled.

one register was not re-setted and so when the fixed latency
was set and then it was unset, the frames would be counted
as "late frames", incorrectly.
parent 3b79ddb6
......@@ -713,7 +713,7 @@ begin -- rtl
when IDLE =>
timestamp_pushed_to_fifo <= '0';
rx_tag_valid_stored <= '0';-- prepare for next timestamp
fifo_target_ts_en <= '0';
when HEADER =>
-- remember that we got timestamp, it can happen only when receiving header
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment