Changes between Version 27 and Version 28 of Component/Vci Xcache Wrapper
- Timestamp:
- Oct 30, 2009, 12:26:08 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Xcache Wrapper
v27 v28 219 219 size_t dcache_sets, // number of associative sets (data cache) 220 220 size_t dcache_words, // number of words per line (data cache) 221 size_t time_quantum ); // optional : maximal number of cycles between two222 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()) 223 223 224 224 }}}