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

Subversion Repositories ethmac

[/] [ethmac/] [branches/] [unneback/] [rtl/] [verilog/] [eth_defines.v] - Diff between revs 304 and 330

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 304 Rev 330
Line 39... Line 39...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.33  2003/11/12 18:24:58  tadejm
 
// WISHBONE slave changed and tested from only 32-bit accesss to byte access.
 
//
// Revision 1.32  2003/10/17 07:46:13  markom
// Revision 1.32  2003/10/17 07:46:13  markom
// mbist signals updated according to newest convention
// mbist signals updated according to newest convention
//
//
// Revision 1.31  2003/08/14 16:42:58  simons
// Revision 1.31  2003/08/14 16:42:58  simons
// Artisan ram instance added.
// Artisan ram instance added.
Line 174... Line 177...
 
 
//`define ETH_BIST                    // Bist for usage with Virtual Silicon RAMS
//`define ETH_BIST                    // Bist for usage with Virtual Silicon RAMS
 
 
`define ETH_MBIST_CTRL_WIDTH 3        // width of MBIST control bus
`define ETH_MBIST_CTRL_WIDTH 3        // width of MBIST control bus
 
 
// Ethernet implemented in Xilinx Chips
// Ethernet implemented in Xilinx Chips (uncomment following lines)
// `define ETH_FIFO_XILINX             // Use Xilinx distributed ram for tx and rx fifo
// `define ETH_FIFO_XILINX             // Use Xilinx distributed ram for tx and rx fifo
// `define ETH_XILINX_RAMB4            // Selection of the used memory for Buffer descriptors
// `define ETH_XILINX_RAMB4            // Selection of the used memory for Buffer descriptors
                                      // Core is going to be implemented in Virtex FPGA and contains Virtex 
                                      // Core is going to be implemented in Virtex FPGA and contains Virtex 
                                      // specific elements. 
                                      // specific elements. 
 
 
 
// Ethernet implemented in Altera Chips (uncomment following lines)
 
//`define ETH_ALTERA_ALTSYNCRAM
 
 
// Ethernet implemented in ASIC with Virtual Silicon RAMs
// Ethernet implemented in ASIC with Virtual Silicon RAMs
// `define ETH_VIRTUAL_SILICON_RAM     // Virtual Silicon RAMS used storing buffer decriptors (ASIC implementation)
// `define ETH_VIRTUAL_SILICON_RAM     // Virtual Silicon RAMS used storing buffer decriptors (ASIC implementation)
 
 
 
// Ethernet implemented in ASIC with Artisan RAMs
// `define ETH_ARTISAN_RAM             // Artisan RAMS used storing buffer decriptors (ASIC implementation)
// `define ETH_ARTISAN_RAM             // Artisan RAMS used storing buffer decriptors (ASIC implementation)
 
 
 
// Uncomment when Avalon bus is used
 
//`define ETH_AVALON_BUS
 
 
`define ETH_MODER_ADR         8'h0    // 0x0 
`define ETH_MODER_ADR         8'h0    // 0x0 
`define ETH_INT_SOURCE_ADR    8'h1    // 0x4 
`define ETH_INT_SOURCE_ADR    8'h1    // 0x4 
`define ETH_INT_MASK_ADR      8'h2    // 0x8 
`define ETH_INT_MASK_ADR      8'h2    // 0x8 
`define ETH_IPGT_ADR          8'h3    // 0xC 
`define ETH_IPGT_ADR          8'h3    // 0xC 
`define ETH_IPGR1_ADR         8'h4    // 0x10
`define ETH_IPGR1_ADR         8'h4    // 0x10

powered by: WebSVN 2.1.0

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