Changes between Version 10 and Version 11 of Writing Rules/Tlmt
- Timestamp:
- Dec 26, 2007, 12:09:28 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Tlmt
v10 v11 240 240 }}} 241 241 242 = E) Interconnection network modeling = 242 = E) VCI Interconnect = 243 244 The 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 == 243 249 244 250 = F) Interrupt modeling = … … 289 295 290 296 // constructor 291 my_processor ( 292 uint32_t lookahead) :297 my_processor (sc_module_name name, 298 uint32_t lookahead) : 293 299 p_irq(“irq”, this, &my_initiator::irqReceived), 294 300 m_time(0),