Commit 31e4f6f5 authored by Dimitris Lampridis's avatar Dimitris Lampridis

[hdl] [bugfix] clean up leftover code causing multiple fake timestamps being recorded from FIFO2

parent aa3a163b
......@@ -424,9 +424,6 @@ begin
if acam_ef1_i ='0' then
nxt_engine_st <= GET_STAMP1;
elsif acam_ef2_i ='0' then
nxt_engine_st <= GET_STAMP2;
else
nxt_engine_st <= ACTIVE;
end if;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment