Changes between Version 27 and Version 28 of Component/Vci Xcache Wrapper


Ignore:
Timestamp:
Oct 30, 2009, 12:26:08 PM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Xcache Wrapper

    v27 v28  
    219219        size_t dcache_sets,  // number of  associative sets (data cache)
    220220        size_t dcache_words,  // number of words per line (data cache)
    221         size_t time_quantum); // optional : maximal number of cycles between two
    222                                 consecutive messages (default = 100 cycles)
     221        size_t time_quantum, // optional : maximal number of cycles between two consecutive messages (default = 100 cycles)
     222        size_t simulation_time); //optional : number of cycles of simulation (default = std::numeric_limits<size_t>::max())
    223223
    224224}}}