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

Subversion Repositories xge_mac

[/] [xge_mac/] [trunk/] [rtl/] [verilog/] [tx_hold_fifo.v] - Diff between revs 7 and 12

Show entire file | Details | Blame | View Log

Rev 7 Rev 12
Line 38... Line 38...
 
 
`include "defines.v"
`include "defines.v"
 
 
module tx_hold_fifo(/*AUTOARG*/
module tx_hold_fifo(/*AUTOARG*/
  // Outputs
  // Outputs
  txhfifo_wfull, txhfifo_walmost_full, txhfifo_rdata,
  txhfifo_wfull, txhfifo_walmost_full, txhfifo_rdata, txhfifo_rstatus,
  txhfifo_rstatus, txhfifo_rempty, txhfifo_ralmost_empty,
  txhfifo_rempty, txhfifo_ralmost_empty,
  // Inputs
  // Inputs
  clk_xgmii_tx, reset_xgmii_tx_n, txhfifo_wdata, txhfifo_wstatus,
  clk_xgmii_tx, reset_xgmii_tx_n, txhfifo_wdata, txhfifo_wstatus,
  txhfifo_wen, txhfifo_ren
  txhfifo_wen, txhfifo_ren
  );
  );
 
 

powered by: WebSVN 2.1.0

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