Changes between Version 3 and Version 4 of Component/Vci Xicu


Ignore:
Timestamp:
Oct 19, 2010, 2:22:08 PM (14 years ago)
Author:
alinev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Xicu

    v3 v4  
    5151 * sc_out<bool> *'''p_irq''' : Output interrupt ports (irq_count)
    5252 * sc_in<bool> *'''p_hwi''' : Input interrupts ports (hwi_count)
     53
     54== 4) TLM-DT  Implementation ==
     55
     56=== TLM-DT sources ===
     57
     58 * interface : source:trunk/soclib/soclib/module/infrastructure_component/interrupt_infrastructure/vci_xicu/tlmdt/source/include/vci_xicu.h
     59 * implementation : source:trunk/soclib/soclib/module/infrastructure_component/interrupt_infrastructure/vci_xicu/tlmdt/source/src/vci_xicu.cpp
     60
     61=== TLM-DT Constructor parameters ===
     62{{{
     63VciXicu(
     64     sc_module_name name,  // Component Name
     65     const soclib::common::InTab &index, // Target index
     66     const soclib::common::MappingTable &mt,  // Mapping Table
     67     size_t pti_count,   // Number of programmeble timers
     68     size_t hwi_count,   // Number of hardware interrupt lines
     69     size_t wti_count,   // Number of write-triggerred interrupts (IPI)
     70     size_t irq_count);  // Number of output lines
     71}}}
     72
     73=== TLM-DT Ports ===
     74
     75 * '''p_vci''' : VCI target port
     76 * '''p_irq[irq_count]''' : Output interrupt ports
     77 * '''p_hwi[hwi_count]''' : Input interrupts ports