Changeset 332 for branches


Ignore:
Timestamp:
Mar 21, 2013, 4:21:40 PM (11 years ago)
Author:
joannou
Message:

Updated top.cpp in tsar_mono_mmu_dspin_coherence to respect new file names for
the vci_cc_vcache_wrapper_dspin_coherence and vci_mem_cache_dspin_coherence
components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v5/platforms/tsar_mono_mmu_dspin_coherence/top.cpp

    r316 r332  
    1414#include "vci_multi_tty.h"
    1515#include "vci_vgmn.h"
    16 #include "vci_mem_cache.h"
    17 #include "vci_cc_vcache_wrapper.h"
     16#include "vci_mem_cache_dspin_coherence.h"
     17#include "vci_cc_vcache_wrapper_dspin_coherence.h"
    1818#include "vci_xicu.h"
    1919#include "vci_simhelper.h"
     
    7171    bool        trace_ok        = false;
    7272    size_t      from_cycle      = 0;            // debug start cycle
    73     size_t      max_frozen      = 10000;                // max number of frozen cycles
     73    size_t      max_frozen      = 100000;               // max number of frozen cycles
    7474    size_t      nprocs          = 1;   
    7575
Note: See TracChangeset for help on using the changeset viewer.