Changes between Version 25 and Version 26 of Component/Vci Xcache Wrapper


Ignore:
Timestamp:
Oct 29, 2009, 12:08:28 PM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Xcache Wrapper

    v25 v26  
    218218        size_t dcache_ways,  // number of ways per associative set (data cache)
    219219        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)
    232220        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}}}
    237225
    238226=== TLM-DT ports ===