]> git.zerfleddert.de Git - raggedstone/blobdiff - ethernet/source/ethernet/eth_defines.v
WISHBONE B3
[raggedstone] / ethernet / source / ethernet / eth_defines.v
index 26001f5fad1d748e60390cbf66e919ff4db0630f..685b5f5c70af23ff972c298c28a100d205505fa4 100644 (file)
 // CVS Revision History
 //
 // $Log: eth_defines.v,v $
 // CVS Revision History
 //
 // $Log: eth_defines.v,v $
-// Revision 1.1  2007-03-20 17:50:56  sithglan
-// add shit
+// Revision 1.3  2007-03-20 22:39:24  sithglan
+// WISHBONE B3
+//
+// Revision 1.2  2007/03/20 22:17:38  sithglan
+// += use xilinx block ram for ethernet
+//
+// Revision 1.1  2007/03/19 16:44:04  sithglan
+// lot of new files
 //
 // Revision 1.34  2005/02/21 12:48:06  igorm
 // Warning fixes.
 //
 // Revision 1.34  2005/02/21 12:48:06  igorm
 // Warning fixes.
 `define ETH_MBIST_CTRL_WIDTH 3        // width of MBIST control bus
 
 // Ethernet implemented in Xilinx Chips (uncomment following lines)
 `define ETH_MBIST_CTRL_WIDTH 3        // width of MBIST control bus
 
 // 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
                                       // Core is going to be implemented in Virtex FPGA and contains Virtex 
                                       // specific elements. 
 // `define ETH_XILINX_RAMB4            // Selection of the used memory for Buffer descriptors
                                       // Core is going to be implemented in Virtex FPGA and contains Virtex 
                                       // specific elements. 
 `define ETH_BURST_CNT_WIDTH    3    // The counter must be width enough to count to ETH_BURST_LENGTH
 
 // WISHBONE interface is Revision B3 compliant (uncomment when needed)
 `define ETH_BURST_CNT_WIDTH    3    // The counter must be width enough to count to ETH_BURST_LENGTH
 
 // WISHBONE interface is Revision B3 compliant (uncomment when needed)
-//`define ETH_WISHBONE_B3
-
+`define ETH_WISHBONE_B3
 
 // Following defines are needed when eth_cop.v is used. Otherwise they may be deleted.
 `define ETH_BASE              32'hd0000000
 
 // Following defines are needed when eth_cop.v is used. Otherwise they may be deleted.
 `define ETH_BASE              32'hd0000000
Impressum, Datenschutz