Changeset 9099

Show
Ignore:
Timestamp:
07/31/08 20:27:42
Author:
matt
Message:

pins for rx and tx fifo level outputs. Only rx fifo levels are hooked up.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • usrp2/trunk/fpga/eth/rtl/verilog/MAC_top.v

    r8921 r9099  
    9292  output        Mdc, 
    9393 
     94     // FIFO levels 
     95     output [15:0] rx_fifo_occupied, 
     96     output rx_fifo_full, 
     97     output rx_fifo_empty, 
     98     output [15:0] tx_fifo_occupied, 
     99     output tx_fifo_full, 
     100     output tx_fifo_empty, 
     101      
    94102     // Debug Interface 
    95103     output [31:0] debug0, 
     
    249257    .Rx_pkt_err_type_rmon     ( Rx_pkt_err_type_rmon      ), 
    250258    .Rx_pkt_type_rmon         ( Rx_pkt_type_rmon          ), 
     259 
     260              .rx_fifo_occupied(rx_fifo_occupied), 
     261              .rx_fifo_full(rx_fifo_full), 
     262              .rx_fifo_empty(rx_fifo_empty), 
    251263              .debug(debug_rx) 
    252264  ); 
     
    496508  ); 
    497509 
    498    assign     debug0 = {{debug_rx[3:0], xon_gen, xon_gen_complete, xoff_gen, xoff_gen_complete}, 
    499                         {1'b0,Rx_mac_err,Rx_mac_empty,Rx_mac_rd,Rx_mac_sop,Rx_mac_eop,Rx_mac_BE[1:0]}, 
    500                         {rx_fifo_space}}; 
     510   assign     debug0 = {xon_gen, xoff_gen, Tx_en, Rx_dv}; 
     511   //assign     debug0 = {{debug_rx[3:0], xon_gen, xon_gen_complete, xoff_gen, xoff_gen_complete}, 
     512   //                   {1'b0,Rx_mac_err,Rx_mac_empty,Rx_mac_rd,Rx_mac_sop,Rx_mac_eop,Rx_mac_BE[1:0]}, 
     513   //                   {rx_fifo_space}}; 
    501514   //assign     debug0 = debug_tx0; 
    502515   //assign debug1 = debug_tx1;