URL
https://opencores.org/ocsvn/xge_mac/xge_mac/trunk
[/] [xge_mac/] [trunk/] [rtl/] [verilog/] [tx_hold_fifo.v] - Diff between revs 7 and 12
Go to most recent revision |
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
|
);
|
);
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.