Changes between Version 11 and Version 12 of Component/Vci Locks


Ignore:
Timestamp:
Feb 9, 2008, 6:44:39 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Locks

    v11 v12  
    11[wiki:Component SocLib Components General Index]
    22
    3 = !VciLocks Functional Description =
     3= !VciLocks =
     4
     5== 1) Functional Description ==
    46
    57[[Image(VciLocks.png, align=right)]]
     
    1416This components checks addresses for segmentation violation, and can be used as default target.
    1517
    16 = Component definition =
     18== 2) Component definition & usage ==
    1719
    18 Available in source:trunk/soclib/module/internal_component/vci_locks/caba/metadata/vci_locks.sd
     20source:trunk/soclib/module/internal_component/vci_locks/caba/metadata/vci_locks.sd
    1921
    20 == Usage ==
    21 
    22 !VciLocks has no other parameter than VCI ones, it may be used like others, see [wiki:SoclibCc/VciParameters SoclibCc/VciParameters]
     22See [wiki:SoclibCc/VciParameters SoclibCc/VciParameters]
    2323{{{
    2424Uses( 'vci_locks', **vci_parameters )
    2525}}}
    2626
    27 = !VciLocks CABA  Implementation =
     27== 3) CABA  Implementation ==
    2828
    29 The caba implementation is in
    30  * source:trunk/soclib/module/internal_component/vci_locks/caba/source/include/vci_locks.h
    31  * source:trunk/soclib/module/internal_component/vci_locks/caba/source/src/vci_locks.cpp
     29=== CABA sources ===
     30 
     31 * interface : source:trunk/soclib/soclib/module/internal_component/vci_locks/caba/source/include/vci_locks.h
     32 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_locks/caba/source/src/vci_locks.cpp
    3233
    33 == Template parameters ==
    34 
    35 template<typename vci_param>
    36 
    37 == Constructor parameters ==
     34=== CABA Constructor parameters ===
    3835{{{
    3936VciLocks(
     
    4340}}}
    4441
    45 == Ports ==
     42=== CABA Ports ===
    4643
    4744 * sc_in<bool> '''p_resetn''' : Global system reset
    4845 * sc_in<bool> '''p_clk''' : Global system clock
    4946 * soclib::caba::!VciTarget<vci_param> '''p_vci''' : The VCI port
     47
     48== 4) TLM-T implementation ==
     49
     50The TLM-T implementation is not yet available.