Changes between Version 10 and Version 11 of Component/Vci Xcache


Ignore:
Timestamp:
Feb 8, 2008, 8:11:58 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Xcache

    v10 v11  
    4545== Usage ==
    4646
    47 !VciXcache has VCI ones and an optional write_buffer_depth defaulting to 8, it may be used like others, see [wiki:SoclibCc/VciParameters SoclibCc/VciParameters], with an additional parameter prepended.
    4847{{{
    4948Uses( 'vci_xcache', **vci_parameters )
    50 Uses( 'vci_xcache', write_buffer_depth = 16, **vci_parameters )
    5149}}}
    5250
    5351== CABA  Implementation ==
    5452
    55 The caba implementation is in
    56  * source:trunk/soclib/soclib/module/internal_component/vci_xcache/caba/source/include/vci_xcache.h
    57  * source:trunk/soclib/soclib/module/internal_component/vci_xcache/caba/source/src/vci_xcache.cpp
     53 * interface : source:trunk/soclib/soclib/module/internal_component/vci_xcache/caba/source/include/vci_xcache.h
     54 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_xcache/caba/source/src/vci_xcache.cpp
    5855
    5956== TLM-T Implementation ==
     
    6259
    6360{{{
    64 template<size_t write_buffer_depth, typename vci_param>
     61template<typename vci_param>
    6562}}}
    66 
    67 Standard size for write buffer is 8 words.
    6863
    6964== Constructor parameters ==