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

Adjust stimuli start for c_tree_delay_len.

parent dc9ca678
No related branches found
No related tags found
1 merge request!415Resolve L2SDP-1005
......@@ -140,8 +140,9 @@ begin
test_fifo_afull <= '0';
verify_done <= '0';
wait until arst = '0';
proc_common_wait_some_cycles(wide_clk, 10);
proc_common_wait_some_cycles(narrow_clk, 10); -- ensure that n2w and w2n FIFOs are out of internal reset, and align to narrow_clk
-- ensure that n2w and w2n FIFOs are out of internal reset, and align to narrow_clk
proc_common_wait_some_cycles(wide_clk, c_tree_delay_len + 10);
proc_common_wait_some_cycles(narrow_clk, c_tree_delay_len + 10);
-- Frame data with incrementing data over all frames, so the data can also be used as unframed stimuli
v_init := 0; v_len := 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment