Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

if(rx_count < 10)

begin
rx_count

<= rx_count + 1'b1;

rx_state_eth <= rcve_go2_ldr_pld;


end
else
begin
rx_state_eth <= rcve_chk_ldr_pld;
rx_count

<= 8'd0;

end
end
rcve_chk_ldr_pld:
begin
Tst_light

<= 1'b0;

rx_Byte_count

<= 10'd1;

rx_Packet_count

<= 16'd0;

rx_count

<= 8'd0;

pkt_rdy

<= 1'b0;

last_gvsp_pkt
back_active

<= last_gvsp_pkt;
<= back_active;

if(rgmii_in_4_reg == 8'h03 || rgmii_in_4_reg == 8'h02 || rgmii_in_4_reg ==


8'h01)
begin
Temp_data

<= rgmii_in_4_reg;

rx_state_eth <= rcve_str_pkt_id2;

You might also like