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_xbar/tsar_xbar_cluster/caba/source/src/tsar_xbar_cluster.cpp

    r485 r504  
    145145                     IntTab(cluster_id, tgtid_memc),     // TGTID direct space
    146146                     (cluster_id << l_width) + nb_procs, // CC_GLOBAL_ID
     147                     x_width,                            // Number of x bits in platform
     148                     y_width,                            // Number of y bits in platform
    147149                     memc_ways, memc_sets, 16,           // CACHE SIZE
    148150                     3,                                  // MAX NUMBER OF COPIES
Note: See TracChangeset for help on using the changeset viewer.