Changes between Version 3 and Version 4 of Component/Vci Multi Timer


Ignore:
Timestamp:
May 5, 2007, 3:59:09 PM (17 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Timer

    v3 v4  
    4444
    4545== Constructor parameters ==
    46  * Component Name
    47  * Target index
    48  * !MappingTable reference
    49  * Number of available timers
     46{{{
     47VciMultiTimer(
     48     sc_module_name name,   //  Component Name
     49     const soclib::common::IntTab & index,  // Target index
     50     const soclib::common::MappingTable &mt,   // MappingTable
     51     size_t nirq);   //  Number of available timers
     52}}}
    5053
    5154== Ports ==
    52  * p_vci: the VCI port
    53  * p_resetn: Global system reset
    54  * p_clk: Global system clock
     55
     56 * sc_in<bool> '''p_resetn''' : Global system reset
     57 * sc_in<bool> '''p_clk''' : Global system clock
     58 * soclib::caba;;!VciTarget<vci_param> '''p_vci''' : The VCI port
     59 * sc_out<bool> '''*p_irq''' : Pointer on Interrupts ports table