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

Correct timing of in_strobe_arr.

parent 2b463e92
No related branches found
No related tags found
1 merge request!297Resolve L2SDP-837 "B"
...@@ -353,7 +353,7 @@ BEGIN ...@@ -353,7 +353,7 @@ BEGIN
in_sosi_arr(0) => tx_fifo_sosi in_sosi_arr(0) => tx_fifo_sosi
); );
in_strobe_arr(0) <= tx_fifo_sosi.sop; -- count total nof Tx packets in_strobe_arr(0) <= tx_fifo_sosi.sop WHEN rising_edge(st_clk); -- count total nof Tx packets
u_dp_strobe_total_count : ENTITY dp_lib.dp_strobe_total_count u_dp_strobe_total_count : ENTITY dp_lib.dp_strobe_total_count
GENERIC MAP ( GENERIC MAP (
......
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