Changes between Version 25 and Version 26 of Component/Vci Xcache Wrapper
- Timestamp:
- Oct 29, 2009, 12:08:28 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Xcache Wrapper
v25 v26 218 218 size_t dcache_ways, // number of ways per associative set (data cache) 219 219 size_t dcache_sets, // number of associative sets (data cache) 220 size_t dcache_words); // number of words per line (data cache)221 222 VciXcacheWrapper(223 sc_module_name insname,224 int proc_id,225 const soclib::common::MappingTable &mt,226 const soclib::common::IntTab &index,227 size_t icache_ways, // number of ways per associative set (instruction cache)228 size_t icache_sets, // number of associative sets (instruction cache)229 size_t icache_words, // number of words per line (instruction cache)230 size_t dcache_ways, // number of ways per associative set (data cache)231 size_t dcache_sets, // number of associative sets (data cache)232 220 size_t dcache_words, // number of words per line (data cache) 233 size_t time_quantum); // maximal number of cycles between two consecutive messages (default = 100 cycles)234 235 }}} 236 221 size_t time_quantum); // optional maximal number of cycles between two 222 consecutive messages (default = 100 cycles) 223 224 }}} 237 225 238 226 === TLM-DT ports ===