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

Clarified use of p_verify_snk_in_data.

parent 8b75d180
Branches
No related tags found
1 merge request!190Resolve L2SDP-210
...@@ -560,6 +560,7 @@ BEGIN ...@@ -560,6 +560,7 @@ BEGIN
p_verify_snk_in_data : PROCESS p_verify_snk_in_data : PROCESS
BEGIN BEGIN
-- Note: This verification overlaps with u_dp_stream_verify because that also verifies incrementing valid data.
WAIT UNTIL rising_edge(dp_clk); WAIT UNTIL rising_edge(dp_clk);
prev_verify_snk_in_data <= verify_snk_in.data(g_data_w-1 DOWNTO 0); prev_verify_snk_in_data <= verify_snk_in.data(g_data_w-1 DOWNTO 0);
IF verify_snk_in.sop = '1' THEN IF verify_snk_in.sop = '1' THEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment