phy: rx: Do not reset rx_data to save resources
This commit is contained in:
parent
355bbc5ab1
commit
1f353fcb2f
@ -213,7 +213,6 @@ begin
|
|||||||
begin
|
begin
|
||||||
if rst then
|
if rst then
|
||||||
rx_data_valid <= '0';
|
rx_data_valid <= '0';
|
||||||
rx_data <= (others => '0');
|
|
||||||
|
|
||||||
elsif rising_edge(clk) then
|
elsif rising_edge(clk) then
|
||||||
rx_data_valid <= '0';
|
rx_data_valid <= '0';
|
||||||
|
Loading…
Reference in New Issue
Block a user