OpenCores
URL https://opencores.org/ocsvn/turbo8051/turbo8051/trunk

Subversion Repositories turbo8051

[/] [turbo8051/] [trunk/] [rtl/] [gmac/] [mac/] [g_rx_fsm.v] - Diff between revs 37 and 61

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 37 Rev 61
Line 619... Line 619...
                rx_fsm_nxt_st = rx_fsm_updstat_st;
                rx_fsm_nxt_st = rx_fsm_updstat_st;
              end
              end
            else if(cf2rx_rcv_runt_pkt_en && first_dword)
            else if(cf2rx_rcv_runt_pkt_en && first_dword)
              begin
              begin
                rx_fsm_nxt_st = rx_fsm_chkval_st;
                rx_fsm_nxt_st = rx_fsm_chkval_st;
                case(rcv_byte_count[2:0]) //synopsys full_case parallel_case
                case(rcv_byte_count[2:0])
                  3'd1:
                  3'd1:
                    begin
                    begin
                      if(shift_counter == 3'd4)
                      if(shift_counter == 3'd4)
                        begin
                        begin
                          if(bytes_to_fifo == rcv_byte_count[2:0])
                          if(bytes_to_fifo == rcv_byte_count[2:0])

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.