Index: trunk/Platforms/Test/data/debug/debug.cfg
===================================================================
--- trunk/Platforms/Test/data/debug/debug.cfg	(revision 131)
+++ trunk/Platforms/Test/data/debug/debug.cfg	(revision 132)
@@ -1,5 +1,5 @@
 ${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/debug.sim
 ${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_0.cfg
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_1.cfg
 ${MORPHEO_TOPLEVEL}/Softwares/Test/Test_000/bin/soft.x
 0
Index: trunk/Platforms/Test/src/test.cpp
===================================================================
--- trunk/Platforms/Test/src/test.cpp	(revision 131)
+++ trunk/Platforms/Test/src/test.cpp	(revision 132)
@@ -321,7 +321,10 @@
   //===== [ SIGNAL ]==============================================================
   //==============================================================================
-
+#ifdef SYSTEMCASS_SPECIFIC
+  sc_clock              *  CLOCK  = new sc_clock ("clock", 1.0, 0.5);  
+#else
   sc_time period (TIME_PERIOD, TIME_UNIT);
   sc_clock              *  CLOCK  = new sc_clock ("clock", period);	 
+#endif
   sc_signal<Tcontrol_t> *  NRESET = new sc_signal<Tcontrol_t> ("NRESET");
 
@@ -491,6 +494,6 @@
   cerr << "<test> Simulation Init" << endl;
 
-//   sc_time t (0, TIME_UNIT);
-//   sc_start(t);
+  sc_time t (0, TIME_UNIT);
+  sc_start(t);
 
   cerr << "<test> Simulation Start" << endl;
