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


Ignore:
Timestamp:
May 6, 2007, 4:52:02 PM (17 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Locks

    v7 v8  
    2020 * source:trunk/soclib/systemc/src/caba/target/vci_locks.cc
    2121
    22 == Template parameters: ==
    23  * The VCI parameters
     22== Template parameters ==
     23
     24template<typename vci_param>
    2425
    2526== Constructor parameters ==
     
    3536 * sc_in<bool> '''p_resetn''' : Global system reset
    3637 * sc_in<bool> '''p_clk''' : Global system clock
    37  * soclib::common::!VciiTarget<vci_param> '''p_vci''' : The VCI port
     38 * soclib::caba::!VciTarget<vci_param> '''p_vci''' : The VCI port