Changes between Version 2 and Version 3 of Component/Vci Xcache
- Timestamp:
- May 17, 2007, 11:32:19 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Xcache
v2 v3 43 43 * 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. 44 44 45 = Component definition = 46 47 Available in source:trunk/soclib/desc/soclib/vci_xcache.sd 48 49 == Usage == 50 51 !VciXcache has VCI ones and an optional write_fifo_depth defaulting to 8, it may be used like others, see [wiki:SoclibCc/VciParameters SoclibCc/VciParameters], with an additional parameter prepended. 52 {{{ 53 Use( 'vci_xcache', **vci_parameters ) 54 Use( 'vci_xcache', write_fifo_depth = 16, **vci_parameters ) 55 }}} 56 45 57 = !VciXcache CABA Implementation = 46 58