Changes between Version 1 and Version 2 of Component/Vci Locks
- Timestamp:
- May 5, 2007, 1:11:20 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Locks
v1 v2 1 = Description =1 = Functional Description = 2 2 3 3 [[Image(VciLocks.png, align=right)]] 4 4 5 This VCI target is an hardware semaphore helper.5 This VCI target is an hardware locks controller. 6 6 7 7 VCI-based systems may have some difficulties implementing proper locking of target components … … 18 18 * Releasing the lock is a simple write operation 19 19 20 = Implementations = 21 22 == Caba implementation == 20 = CABA Implementations = 23 21 24 22 The caba implementation is in … … 26 24 * source:trunk/soclib/systemc/src/caba/target/vci_locks.cc 27 25 28 Template parameters: 26 == Template parameters: == 29 27 * The VCI parameters 30 28 31 Instanciation parameters 29 == Constructor parameters == 32 30 * Name 33 * Target 'sindex31 * Target index 34 32 * MappingTable reference 35 33 36 Ports 34 == Ports == 37 35 * p_vci: the VCI port 38 36 * p_resetn: Global system reset