Commit 5588e4c0 authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Grzegorz Daniluk

bugfix: missing signal in the sensitivity list cause simulation to work different than reality

parent 4d822eb6
......@@ -192,7 +192,8 @@ begin -- behavioral
end process;
p_main_fsm_comb : process(snk_fab_i, src_dreq_d0, state, vut_stored_tag, vut_stored_ethertype, counter,vut_untag)
-- p_main_fsm_comb : process(snk_fab_i, src_dreq_d0, state, vut_stored_tag, vut_stored_ethertype, counter,vut_untag)
p_main_fsm_comb : process(snk_fab_i,src_dreq_i, src_dreq_d0, state, vut_stored_tag, vut_stored_ethertype, counter,vut_untag)
begin
case state is
......
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