Skip to content
Snippets Groups Projects
Commit 3318ea92 authored by Pepping's avatar Pepping
Browse files

-init_dly_cnt is now triggered by a delayed version of the int_val signal.

parent 77d1c242
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,9 @@ begin ...@@ -102,6 +102,9 @@ begin
if(r.val_dly(0) = '1') then -- Wait for incoming data if(r.val_dly(0) = '1') then -- Wait for incoming data
v.rd_addr := INCR_UVEC(r.rd_addr, 1); v.rd_addr := INCR_UVEC(r.rd_addr, 1);
end if;
if(r.val_dly(c_tot_latency-2) = '1') then -- Wait for incoming data
if(r.init_dly_cnt < c_filter_zdly) then if(r.init_dly_cnt < c_filter_zdly) then
v.init_dly_cnt := r.init_dly_cnt + 1; v.init_dly_cnt := r.init_dly_cnt + 1;
v.out_val_ena := '0'; v.out_val_ena := '0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment