URL
https://opencores.org/ocsvn/ethmac/ethmac/trunk
[/] [ethmac/] [trunk/] [rtl/] [verilog/] [eth_fifo.v] - Diff between revs 354 and 356
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 354 |
Rev 356 |
Line 54... |
Line 54... |
// MHz. Statuses, overrun, control frame transmission and reception still need
|
// MHz. Statuses, overrun, control frame transmission and reception still need
|
// to be fixed.
|
// to be fixed.
|
//
|
//
|
//
|
//
|
|
|
`include "eth_defines.v"
|
`include "ethmac_defines.v"
|
`include "timescale.v"
|
`include "timescale.v"
|
|
|
module eth_fifo (data_in, data_out, clk, reset, write, read, clear,
|
module eth_fifo (data_in, data_out, clk, reset, write, read, clear,
|
almost_full, full, almost_empty, empty, cnt);
|
almost_full, full, almost_empty, empty, cnt);
|
|
|
© copyright 1999-2023
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.