URL
https://opencores.org/ocsvn/ethmac/ethmac/trunk
Subversion Repositories ethmac
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 92 to Rev 91
- ↔ Reverse comparison
Rev 92 → Rev 91
/trunk/rtl/verilog/eth_defines.v
41,9 → 41,6
// CVS Revision History |
// |
// $Log: not supported by cvs2svn $ |
// Revision 1.15 2002/02/26 16:11:32 mohor |
// Number of interrupts changed |
// |
// Revision 1.14 2002/02/16 14:03:44 mohor |
// Registered trimmed. Unused registers removed. |
// |
175,3 → 172,7
`define RX_FIFO_CNT_WIDTH 4 |
`define RX_FIFO_DEPTH 8 |
`define RX_FIFO_DATA_WIDTH 32 |
|
`define MULTICAST_XFR 0 |
`define UNICAST_XFR 1 |
`define BROADCAST_XFR 2 |
/trunk/bench/verilog/tb_eth_defines.v
File deleted