Changes between Version 8 and Version 9 of Component/Vci Locks


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Locks

    v8 v9  
    1313This way, a spin lock is implemented as a simple loop waiting to read 0, and the lock release is a simple write operation.
    1414This components checks addresses for segmentation violation, and can be used as default target.
     15
     16= Component definition =
     17
     18Available in source:trunk/soclib/desc/soclib/vci_locks.sd
     19
     20== Usage ==
     21
     22!VciLocks has no other parameter than VCI ones, it may be used like others, see [wiki:SoclibCc/VciParameters SoclibCc/VciParameters]
     23{{{
     24Use( 'vci_locks', **vci_parameters )
     25}}}
    1526
    1627= !VciLocks CABA  Implementation =