Changes between Version 7 and Version 8 of Component/Vci Locks
- Timestamp:
- May 6, 2007, 4:52:02 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Locks
v7 v8 20 20 * source:trunk/soclib/systemc/src/caba/target/vci_locks.cc 21 21 22 == Template parameters: == 23 * The VCI parameters 22 == Template parameters == 23 24 template<typename vci_param> 24 25 25 26 == Constructor parameters == … … 35 36 * sc_in<bool> '''p_resetn''' : Global system reset 36 37 * sc_in<bool> '''p_clk''' : Global system clock 37 * soclib::c ommon::!VciiTarget<vci_param> '''p_vci''' : The VCI port38 * soclib::caba::!VciTarget<vci_param> '''p_vci''' : The VCI port