eth: Fix missing reset for tx sel
This commit is contained in:
parent
277d01737d
commit
e421ba0dff
@ -120,6 +120,7 @@ begin
|
||||
arb : process(clk, rst) is
|
||||
begin
|
||||
if rst then
|
||||
sel <= SEL_ETH_I;
|
||||
|
||||
elsif rising_edge(clk) then
|
||||
case state is
|
||||
|
Loading…
Reference in New Issue
Block a user