URL
https://opencores.org/ocsvn/ethmac/ethmac/trunk
[/] [ethmac/] [trunk/] [rtl/] [verilog/] [eth_miim.v] - Diff between revs 15 and 22
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 15 |
Rev 22 |
Line 39... |
Line 39... |
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
//
|
//
|
// CVS Revision History
|
// CVS Revision History
|
//
|
//
|
// $Log: not supported by cvs2svn $
|
// $Log: not supported by cvs2svn $
|
|
// Revision 1.1 2001/08/06 14:44:29 mohor
|
|
// A define FPGA added to select between Artisan RAM (for ASIC) and Block Ram (For Virtex).
|
|
// Include files fixed to contain no path.
|
|
// File names and module names changed ta have a eth_ prologue in the name.
|
|
// File eth_timescale.v is used to define timescale
|
|
// All pin names on the top module are changed to contain _I, _O or _OE at the end.
|
|
// Bidirectional signal MDIO is changed to three signals (Mdc_O, Mdi_I, Mdo_O
|
|
// and Mdo_OE. The bidirectional signal must be created on the top level. This
|
|
// is done due to the ASIC tools.
|
|
//
|
// Revision 1.2 2001/08/02 09:25:31 mohor
|
// Revision 1.2 2001/08/02 09:25:31 mohor
|
// Unconnected signals are now connected.
|
// Unconnected signals are now connected.
|
//
|
//
|
// Revision 1.1 2001/07/30 21:23:42 mohor
|
// Revision 1.1 2001/07/30 21:23:42 mohor
|
// Directory structure changed. Files checked and joind together.
|
// Directory structure changed. Files checked and joind together.
|
Line 50... |
Line 60... |
// Revision 1.3 2001/06/01 22:28:56 mohor
|
// Revision 1.3 2001/06/01 22:28:56 mohor
|
// This files (MIIM) are fully working. They were thoroughly tested. The testbench is not updated.
|
// This files (MIIM) are fully working. They were thoroughly tested. The testbench is not updated.
|
//
|
//
|
//
|
//
|
|
|
`include "eth_timescale.v"
|
`include "timescale.v"
|
|
|
|
|
module eth_miim
|
module eth_miim
|
(
|
(
|
Clk,
|
Clk,
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.