From 2a26b669300420db7f523bc30a8683be7e1a4034 Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Wed, 17 Jul 2024 07:51:09 +0200 Subject: [PATCH] Adjust stimuli start for c_tree_delay_len. --- libraries/base/dp/tb/vhdl/tb_dp_fifo_dc_mixed_widths.vhd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/base/dp/tb/vhdl/tb_dp_fifo_dc_mixed_widths.vhd b/libraries/base/dp/tb/vhdl/tb_dp_fifo_dc_mixed_widths.vhd index 8e32f03f95..5a553284e6 100644 --- a/libraries/base/dp/tb/vhdl/tb_dp_fifo_dc_mixed_widths.vhd +++ b/libraries/base/dp/tb/vhdl/tb_dp_fifo_dc_mixed_widths.vhd @@ -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; -- GitLab