Changeset 332 for branches/v5
- Timestamp:
- Mar 21, 2013, 4:21:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/platforms/tsar_mono_mmu_dspin_coherence/top.cpp
r316 r332 14 14 #include "vci_multi_tty.h" 15 15 #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" 18 18 #include "vci_xicu.h" 19 19 #include "vci_simhelper.h" … … 71 71 bool trace_ok = false; 72 72 size_t from_cycle = 0; // debug start cycle 73 size_t max_frozen = 10000 ; // max number of frozen cycles73 size_t max_frozen = 100000; // max number of frozen cycles 74 74 size_t nprocs = 1; 75 75
Note: See TracChangeset
for help on using the changeset viewer.