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

Subversion Repositories ethmac

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 306 to Rev 305
    Reverse comparison

Rev 306 → Rev 305

/trunk/rtl/verilog/eth_spram_256x32.v
41,9 → 41,6
// CVS Revision History
//
// $Log: not supported by cvs2svn $
// Revision 1.7 2003/11/12 18:24:59 tadejm
// WISHBONE slave changed and tested from only 32-bit accesss to byte access.
//
// Revision 1.6 2003/10/17 07:46:15 markom
// mbist signals updated according to newest convention
//
183,7 → 180,7
(
.CK (clk),
.CEN (!ce),
.WEN (~we),
.WEN (!we),
.OEN (!oe),
.ADR (addr),
.DI (di),
211,7 → 208,7
(
.CLK (clk),
.CEN (!ce),
.WEN (~we),
.WEN (!we),
.OEN (!oe),
.A (addr),
.D (di),

powered by: WebSVN 2.1.0

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