Changes between Version 15 and Version 16 of Component/Vci Xcache


Ignore:
Timestamp:
Feb 9, 2008, 6:52:12 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Xcache

    v15 v16  
    33= !VciXcache =
    44
    5 == Functional Description ==
     5== 1) Functional Description ==
    66
    77This VCI initiator is a generic cache controller, fully compliant with the
     
    3939 * The processor is stalled in case of cached read MISS, in case of uncached read, or in case of write, if the write buffer is full.
    4040
    41 == Component definition ==
     41== 2) Component definition & usage ==
    4242
    43 Available in source:trunk/soclib/soclib/module/internal_component/vci_xcache/caba/metadata/vci_xcache.sd
    44 
    45 == Usage ==
     43source:trunk/soclib/soclib/module/internal_component/vci_xcache/caba/metadata/vci_xcache.sd
    4644
    4745{{{
     
    4947}}}
    5048
    51 == CABA  Implementation ==
     49== 3) CABA  Implementation ==
    5250
    5351 * interface : source:trunk/soclib/soclib/module/internal_component/vci_xcache/caba/source/include/vci_xcache.h
    5452 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_xcache/caba/source/src/vci_xcache.cpp
    5553
    56 == TLM-T Implementation ==
    57 
    58 == Template parameters ==
    59 
    60 {{{
    61 template<typename vci_param>
    62 }}}
    63 
    64 == Constructor parameters ==
     54=== CABA Constructor parameters ===
    6555{{{
    6656
     
    7565}}}
    7666
    77 == Ports ==
     67=== CABA Ports ===
    7868
    7969 * sc_in<bool> '''p_resetn''' : Global system reset
     
    8272 * soclib::caba::DCacheCachePort '''p_dcache''' : Dcache interface
    8373 * soclib::caba::!VciInitiator<vci_param> '''p_vci''' : The VCI port
     74
     75== 4) TLM-T Implementation ==
     76
     77=== TLM-T sources ===
     78
     79 * interface : source:trunk/soclib/soclib/module/internal_component/vci_xcache/tlmt/source/include/vci_xcache.h
     80 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_xcache/tlmt/source/src/vci_xcache.cpp
     81
     82=== TLM-T Constructor parameters ===
     83
     84=== TLM-T Ports ===
     85
     86