phy: rx: Do not reset rx_data to save resources

This commit is contained in:
Markus Koch 2021-08-30 13:26:46 +02:00
parent 355bbc5ab1
commit 1f353fcb2f
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ begin
begin
if rst then
rx_data_valid <= '0';
rx_data <= (others => '0');
elsif rising_edge(clk) then
rx_data_valid <= '0';