Changes between Version 10 and Version 11 of Writing Rules/Tlmt


Ignore:
Timestamp:
Dec 26, 2007, 12:09:28 AM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v10 v11  
    240240}}}
    241241
    242 = E) Interconnection network modeling =
     242= E) VCI Interconnect =
     243
     244The VCI interconnect used for the TLM-T simulation is a generic simulation model, named '''VciVgmn'''. The two main parameters are the number of initiators, and the number of targets.
     245
     246== E.1) Generic network modeling ==
     247
     248== E.2) Target local time ==
    243249
    244250= F) Interrupt modeling =
     
    289295               
    290296    // constructor
    291     my_processor (      sc_module_name  name,
    292                 uint32_t  lookahead) :
     297    my_processor (sc_module_name        name,
     298                  uint32_t  lookahead) :
    293299    p_irq(“irq”, this, &my_initiator::irqReceived),
    294300    m_time(0),