Changes between Version 10 and Version 11 of Component/Vci Xcache
- Timestamp:
- Feb 8, 2008, 8:11:58 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Xcache
v10 v11 45 45 == Usage == 46 46 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.48 47 {{{ 49 48 Uses( 'vci_xcache', **vci_parameters ) 50 Uses( 'vci_xcache', write_buffer_depth = 16, **vci_parameters )51 49 }}} 52 50 53 51 == CABA Implementation == 54 52 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 58 55 59 56 == TLM-T Implementation == … … 62 59 63 60 {{{ 64 template< size_t write_buffer_depth,typename vci_param>61 template<typename vci_param> 65 62 }}} 66 67 Standard size for write buffer is 8 words.68 63 69 64 == Constructor parameters ==