Index: branches/v5/platforms/tsar_mono_mmu_dspin_coherence/top.cpp
===================================================================
--- branches/v5/platforms/tsar_mono_mmu_dspin_coherence/top.cpp	(revision 331)
+++ branches/v5/platforms/tsar_mono_mmu_dspin_coherence/top.cpp	(revision 332)
@@ -14,6 +14,6 @@
 #include "vci_multi_tty.h"
 #include "vci_vgmn.h"
-#include "vci_mem_cache.h"
-#include "vci_cc_vcache_wrapper.h"
+#include "vci_mem_cache_dspin_coherence.h"
+#include "vci_cc_vcache_wrapper_dspin_coherence.h"
 #include "vci_xicu.h"
 #include "vci_simhelper.h"
@@ -71,5 +71,5 @@
     bool	trace_ok	= false;
     size_t	from_cycle	= 0;		// debug start cycle 
-    size_t	max_frozen	= 10000;		// max number of frozen cycles
+    size_t	max_frozen	= 100000;		// max number of frozen cycles
     size_t      nprocs          = 1;    
 
