Changes between Version 7 and Version 8 of Component/Vci Xcache


Ignore:
Timestamp:
Feb 5, 2008, 2:40:21 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

Moved files

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Xcache

    v7 v8  
    55This VCI initiator is a generic cache controller, fully compliant with the
    66VCI advanced protocol. Thanks to a normalized interface
    7 (source:trunk/soclib/systemc/include/caba/interface/xcache_signals.h),
     7(source:trunk/soclib/communication/xcache/caba/source/include/xcache_signals.h),
    88this blocking cache controller can be used by several RISC processors
    99(such as Mips R3000, Sparc V8, or !OpenRisc 1000). It contains two separated
    1010instruction and data caches, sharing the same VCI interface.
    11 (source:trunk/soclib/systemc/include/caba/interface/vci_signals.h)
     11(source:trunk/soclib/communication/vci/caba/source/include/vci_signals.h)
    1212
    1313 * The VCI ADDRESS and DATA fields must have 32 bits, and the VCI ERROR field must have 1 bit.
     
    3939= Component definition =
    4040
    41 Available in source:trunk/soclib/desc/soclib/vci_xcache.sd
     41Available in source:trunk/soclib/module/internal_component/vci_xcache/caba/metadata/vci_xcache.sd
    4242
    4343== Usage ==
     
    5252
    5353The caba implementation is in
    54  * source:trunk/soclib/systemc/include/caba/initiator/vci_xcache.h
    55  * source:trunk/soclib/systemc/src/caba/initiator/vci_xcache.cc
     54 * source:trunk/soclib/module/internal_component/vci_xcache/caba/source/include/vci_xcache.h
     55 * source:trunk/soclib/module/internal_component/vci_xcache/caba/source/src/vci_xcache.cpp
    5656
    5757== Template parameters ==