Changes between Version 2 and Version 3 of Component/Vci Xcache


Ignore:
Timestamp:
May 17, 2007, 11:32:19 AM (17 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Xcache

    v2 v3  
    4343 * 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.
    4444
     45= Component definition =
     46
     47Available 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{{{
     53Use( 'vci_xcache', **vci_parameters )
     54Use( 'vci_xcache', write_fifo_depth = 16, **vci_parameters )
     55}}}
     56
    4557= !VciXcache CABA  Implementation =
    4658