Changes between Version 3 and Version 4 of Component/Vci Multi Timer
- Timestamp:
- May 5, 2007, 3:59:09 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Timer
v3 v4 44 44 45 45 == Constructor parameters == 46 * Component Name 47 * Target index 48 * !MappingTable reference 49 * Number of available timers 46 {{{ 47 VciMultiTimer( 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 }}} 50 53 51 54 == 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