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
|
arb : process(clk, rst) is
|
||||||
begin
|
begin
|
||||||
if rst then
|
if rst then
|
||||||
|
sel <= SEL_ETH_I;
|
||||||
|
|
||||||
elsif rising_edge(clk) then
|
elsif rising_edge(clk) then
|
||||||
case state is
|
case state is
|
||||||
|
Loading…
Reference in New Issue
Block a user