Commit 948c3aae authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Grzegorz Daniluk

added initializing values at reset

parent b633c853
......@@ -67,6 +67,11 @@ begin -- rtl
rmon_pfilter_drop_o <= '0';
state <= WAIT_FRAME;
dreq_mask <= '1';
sreg.match_class <= (others =>'0');
sreg.is_hp <= '0';
sreg.has_crc <= '0';
sreg.has_smac <= '0';
sreg.error <= '0';
else
case state is
when WAIT_FRAME =>
......
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