Changes between Version 3 and Version 4 of Component/Vci Xcache
- Timestamp:
- May 17, 2007, 11:40:05 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Xcache
v3 v4 51 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 52 {{{ 53 Use ( 'vci_xcache', **vci_parameters )54 Use ( 'vci_xcache', write_fifo_depth = 16, **vci_parameters )53 Uses( 'vci_xcache', **vci_parameters ) 54 Uses( 'vci_xcache', write_fifo_depth = 16, **vci_parameters ) 55 55 }}} 56 56