Ignore:
Timestamp:
Aug 30, 2013, 6:28:10 PM (11 years ago)
Author:
meunier
Message:
  • Added activity counters to the vci_mem_cache
  • Modified the print_trace function accordingly
  • Refactored code in vci_mem_cache because there was a mix of 2-space and 4-space indentation
  • Modified topcell to factorize ALMOS specifications
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp

    r498 r504  
    166166                     IntTab(cluster_id, memc_int_tgtid), // TGTID INT network
    167167                     (cluster_id << l_width) + nb_procs, // CC_GLOBAL_ID
     168                     x_width,                            // Number of x bits in platform
     169                     y_width,                            // Number of y bits in platform
    168170                     memc_ways, memc_sets, 16,           // CACHE SIZE
    169171                     3,                                  // MAX NUMBER OF COPIES
Note: See TracChangeset for help on using the changeset viewer.