Skip to content
Snippets Groups Projects
Commit c9dfeffb authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Correct gn_index in packet header.

parent 4bbcab09
No related branches found
No related tags found
No related merge requests found
Pipeline #47473 passed
...@@ -410,7 +410,7 @@ BEGIN ...@@ -410,7 +410,7 @@ BEGIN
END IF; END IF;
END PROCESS; END PROCESS;
p_gn_id <= TO_UVEC(p.pn_index, 8); -- in slv format to ease slicing bit ranges p_gn_id <= TO_UVEC(p.gn_index, 8); -- in slv format to ease slicing bit ranges
pp_gn_id <= p_gn_id WHEN rising_edge(dp_clk); -- pipeline again to ease timing closure pp_gn_id <= p_gn_id WHEN rising_edge(dp_clk); -- pipeline again to ease timing closure
-- Determine info from previous sync interval in which the statistics were -- Determine info from previous sync interval in which the statistics were
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment