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

Only verify_data_en when dp_locked. Unclear why this was not necessary before aug 2024.

parent 39cff917
No related branches found
No related tags found
1 merge request!418Do not assign default value for g_reset in common_fifo_sc. To avoid clutter in...
Pipeline #90684 passed
......@@ -158,7 +158,7 @@ begin
proc_common_gen_data(c_rl, c_init, rst, s_clk, cnt_en, ready, in_dat, in_val);
-- Verify data
verify_data_en <= verify_en or dp_locked;
verify_data_en <= verify_en and dp_locked;
verify_phase_en <= verify_en;
proc_common_verify_data(c_rl, dp_sclk, verify_data_en, ready, dp_val, dp_sample_dat, prev_dp_sample_dat);
......
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