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

Subversion Repositories xge_mac

[/] [xge_mac/] [trunk/] [rtl/] [verilog/] [tx_dequeue.v] - Diff between revs 24 and 25

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

Rev 24 Rev 25
Line 891... Line 891...
                byte_cnt <= 14'd12;
                byte_cnt <= 14'd12;
 
 
            end
            end
            else begin
            else begin
 
 
                if (next_txhfifo_wstatus[`TXSTATUS_EOP] && next_txhfifo_wstatus[2:0] != 3'b0) begin
//                if (next_txhfifo_wstatus[`TXSTATUS_EOP] && next_txhfifo_wstatus[2:0] != 3'b0) begin
 
 
                    byte_cnt <= byte_cnt + {11'b0, next_txhfifo_wstatus[2:0]};
//                    byte_cnt <= byte_cnt + {11'b0, next_txhfifo_wstatus[2:0]};
 
 
                end
//                end
                else begin
//                else begin
 
 
                    byte_cnt <= byte_cnt + 14'd8;
                    byte_cnt <= byte_cnt + 14'd8;
 
 
                end
//                end
 
 
            end
            end
 
 
            frame_end <= next_txhfifo_wstatus[`TXSTATUS_EOP];
            frame_end <= next_txhfifo_wstatus[`TXSTATUS_EOP];
 
 

powered by: WebSVN 2.1.0

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