Index: trunk/Platforms/Test/Makefile
===================================================================
--- trunk/Platforms/Test/Makefile	(revision 119)
+++ trunk/Platforms/Test/Makefile	(revision 120)
@@ -30,4 +30,7 @@
 ifeq ($(origin PRIORITY), undefined)
 PRIORITY			= 0
+endif
+ifeq ($(flavor CLEAN), undefined)
+CLEAN				= 0
 endif
 
@@ -134,25 +137,26 @@
 run 				:
 				@\
-				if $(TEST) "$(DATA)" != "$(DATA_ALL)"; then		\
-					$(RM) $(DIR_LOG)/$(DATA);			\
-				fi;							\
-				$(MAKE) $(DIR_LOGS);					\
-				declare logs="$(LOGS)";					\
-				$(MAKE) $$logs;						\
-				declare -i nb_test=0;					\
-				declare -i nb_test_ko=0;				\
-				for log in $$logs; do					\
-					$(GREP) -q "Test OK" $$log; 			\
-					declare -i test_ok=$$?;				\
-					$(GREP) -q "Test KO" $$log; 			\
-					declare -i test_ko=$$?;				\
-					if $(TEST) $$test_ko -eq 0 -o $$test_ok -ne 0;	\
-					then nb_test_ko=$$(($${nb_test_ko} + 1));	\
-					fi;						\
-					nb_test=$$(($${nb_test} + 1));			\
-				done;							\
-				if $(TEST) $${nb_test_ko} -ne 0;			\
+				declare -i clean=$(CLEAN);								\
+				if $(TEST) $${clean} -ne 0 -a "$(DATA)" != "$(DATA_ALL)"; then				\
+					$(RM) $(DIR_LOG)/$(DATA);							\
+				fi;											\
+				$(MAKE) $(DIR_LOGS);									\
+				declare logs="$(LOGS)";									\
+				$(MAKE) $${logs};									\
+				declare -i nb_test=0;									\
+				declare -i nb_test_ko=0;								\
+				for log in $${logs}; do									\
+					$(GREP) -q "Test OK" $$log; 							\
+					declare -i test_ok=$$?;								\
+					$(GREP) -q "Test KO" $$log; 							\
+					declare -i test_ko=$$?;								\
+					if $(TEST) $${test_ko} -eq 0 -o $${test_ok} -ne 0;				\
+					then nb_test_ko=$$(($${nb_test_ko} + 1));					\
+					fi;										\
+					nb_test=$$(($${nb_test} + 1));							\
+				done;											\
+				if $(TEST) $${nb_test_ko} -ne 0;							\
 				then $(ECHO) "-------------------| Test KO !!! ($${nb_test_ko}/$${nb_test})"; exit 1;	\
-				else $(ECHO) "-------------------| Test OK"; exit 0;	\
+				else $(ECHO) "-------------------| Test OK"; exit 0;					\
 				fi;
 
@@ -161,5 +165,5 @@
 debug				:
 				@\
-				$(MAKE) run DATA=debug;
+				$(MAKE) run DATA=debug CLEAN=1;
 
 bench				:
@@ -179,5 +183,5 @@
 				declare -i test_ko=$$?;					\
                                 declare timing=$$($(GREP) -h "Timing" $$log);           \
-				if $(TEST) $$test_ko -ne 0 -a $$test_ok -eq 0;		\
+				if $(TEST) $${test_ko} -ne 0 -a $${test_ok} -eq 0;	\
 				then test="... OK    ";					\
 				else test="... KO !!!";					\
@@ -241,7 +245,8 @@
 				$(ECHO) " * all (default rules) : create software";\
 				$(ECHO) " * run                 : execute platforms with test configuration";\
-				$(ECHO) "                         set DATA to select a specific directory in $(DIR_DATA) (default : all)";\
+				$(ECHO) "                         set DATA     to select a specific directory in $(DIR_DATA) (default : all)";\
 				$(ECHO) "                         set PRIORITY to nice the execution (default : 0)";\
-				$(ECHO) "                         example : make run DATA=debug PRIORITY=10";\
+				$(ECHO) "                         set CLEAN    to remove previous log (default : 0)";\
+				$(ECHO) "                         example : make run DATA=debug PRIORITY=10 CLEAN";\
 				$(ECHO) " * execute             : cf 'make run'";\
 				$(ECHO) " * debug               : cf 'make run DATA=debug'";\
Index: trunk/Platforms/Test/data/Dhrystone/x2_w1_5.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone/x2_w1_5.cfg	(revision 120)
+++ trunk/Platforms/Test/data/Dhrystone/x2_w1_5.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
+../../Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/average_x1_w4_3.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/average_x1_w4_3.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/average_x1_w4_3.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_072/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/average_x2_w1_5.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/average_x2_w1_5.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/average_x2_w1_5.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
+../../Softwares/Test/Test_072/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w1_0.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w1_0.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w1_0.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_0.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w1_1.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w1_1.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w1_1.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_1.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w1_2.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w1_2.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w1_2.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_2.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w1_3.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w1_3.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w1_3.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_3.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w1_4.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w1_4.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w1_4.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_4.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w2_1.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w2_1.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w2_1.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w2_1.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w2_2.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w2_2.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w2_2.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w2_2.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w2_3.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w2_3.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w2_3.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w2_3.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w2_4.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w2_4.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w2_4.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w2_4.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w4_1.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w4_1.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w4_1.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_1.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w4_2.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w4_2.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w4_2.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_2.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w4_3.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w4_3.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w4_3.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w8_1.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w8_1.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w8_1.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w8_1.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x1_w8_2.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x1_w8_2.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x1_w8_2.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w8_2.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x2_w1_0.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x2_w1_0.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x2_w1_0.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_0.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x2_w1_1.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x2_w1_1.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x2_w1_1.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_1.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x2_w1_2.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x2_w1_2.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x2_w1_2.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_2.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x2_w1_3.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x2_w1_3.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x2_w1_3.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_3.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x2_w1_4.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x2_w1_4.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x2_w1_4.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_4.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/max_x2_w1_5.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/max_x2_w1_5.cfg	(revision 120)
+++ trunk/Platforms/Test/data/IPC/max_x2_w1_5.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
+../../Softwares/Test/Test_071/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/IPC/x1_w1_0.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w1_0.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_0.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w1_1.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w1_1.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_1.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w1_2.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w1_2.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_2.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w1_3.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w1_3.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_3.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w1_4.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w1_4.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w1_4.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w2_1.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w2_1.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w2_1.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w2_2.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w2_2.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w2_2.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w2_3.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w2_3.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w2_3.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w2_4.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w2_4.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w2_4.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w4_1.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w4_1.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_1.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w4_2.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w4_2.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_2.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w8_1.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w8_1.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w8_1.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x1_w8_2.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x1_w8_2.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w8_2.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x2_w1_0.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x2_w1_0.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_0.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x2_w1_1.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x2_w1_1.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_1.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x2_w1_2.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x2_w1_2.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_2.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x2_w1_3.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x2_w1_3.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_3.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/IPC/x2_w1_4.cfg
===================================================================
--- trunk/Platforms/Test/data/IPC/x2_w1_4.cfg	(revision 119)
+++ 	(revision )
@@ -1,8 +1,0 @@
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
-../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_4.cfg
-../../Softwares/Test/Test_071/bin/soft.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/debug/debug.cfg
===================================================================
--- trunk/Platforms/Test/data/debug/debug.cfg	(revision 120)
+++ trunk/Platforms/Test/data/debug/debug.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/debug.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
+../../Softwares/Test/Test_x000/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_000.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_000.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_000.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_000/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_001.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_001.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_001.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_001/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_002.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_002.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_002.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_002/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_003.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_003.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_003.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_003/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_004.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_004.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_004.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_004/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_005.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_005.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_005.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_005/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_006.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_006.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_006.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_006/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_007.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_007.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_007.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_007/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_008.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_008.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_008.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_008/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_009.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_009.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_009.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_009/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_010.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_010.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_010.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_010/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_011.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_011.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_011.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_011/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_012.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_012.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_012.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_012/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_013.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_013.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_013.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_013/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_014.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_014.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_014.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_014/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_015.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_015.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_015.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_015/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_016.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_016.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_016.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_016/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_017.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_017.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_017.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_017/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_018.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_018.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_018.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_018/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_019.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_019.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_019.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_019/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_020.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_020.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_020.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_020/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_021.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_021.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_021.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_021/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_022.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_022.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_022.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_022/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_023.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_023.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_023.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_023/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_024.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_024.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_024.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_024/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_025.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_025.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_025.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_025/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_026.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_026.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_026.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_026/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_027.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_027.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_027.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_027/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_028.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_028.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_028.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_028/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_029.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_029.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_029.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_029/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_030.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_030.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_030.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_030/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_031.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_031.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_031.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_031/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_032.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_032.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_032.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_032/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_033.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_033.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_033.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_033/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_034.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_034.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_034.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_034/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_035.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_035.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_035.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_035/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_036.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_036.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_036.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_036/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_037.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_037.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_037.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_037/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_038.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_038.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_038.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_038/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_039.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_039.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_039.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_039/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_040.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_040.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_040.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_040/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_041.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_041.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_041.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_041/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_042.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_042.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_042.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_042/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_043.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_043.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_043.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_043/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_044.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_044.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_044.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_044/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_045.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_045.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_045.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_045/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_046.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_046.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_046.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_046/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_047.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_047.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_047.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_047/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_048.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_048.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_048.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_048/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_049.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_049.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_049.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_049/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_050.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_050.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_050.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_050/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_051.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_051.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_051.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_051/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_052.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_052.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_052.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_052/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_053.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_053.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_053.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_053/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_054.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_054.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_054.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_054/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_055.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_055.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_055.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_055/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_056.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_056.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_056.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_056/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_057.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_057.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_057.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_057/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_058.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_058.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_058.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_058/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_059.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_059.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_059.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_059/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_060.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_060.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_060.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_060/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_061.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_061.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_061.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_061/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_062.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_062.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_062.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_062/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_063.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_063.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_063.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_063/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_064.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_064.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_064.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_064/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_065.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_065.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_065.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_065/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_066.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_066.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_066.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_066/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_067.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_067.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_067.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_067/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_068.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_068.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_068.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_068/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_069.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_069.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_069.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_069/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x1_w4_3/Test_070.cfg
===================================================================
--- trunk/Platforms/Test/data/x1_w4_3/Test_070.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x1_w4_3/Test_070.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_3.cfg
+../../Softwares/Test/Test_070/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x2_w1_5/Test_x000.cfg
===================================================================
--- trunk/Platforms/Test/data/x2_w1_5/Test_x000.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x2_w1_5/Test_x000.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
+../../Softwares/Test/Test_x000/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x2_w1_5/Test_x001.cfg
===================================================================
--- trunk/Platforms/Test/data/x2_w1_5/Test_x001.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x2_w1_5/Test_x001.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
+../../Softwares/Test/Test_x001/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x2_w1_5/Test_x002.cfg
===================================================================
--- trunk/Platforms/Test/data/x2_w1_5/Test_x002.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x2_w1_5/Test_x002.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
+../../Softwares/Test/Test_x002/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x2_w1_5/Test_x003.cfg
===================================================================
--- trunk/Platforms/Test/data/x2_w1_5/Test_x003.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x2_w1_5/Test_x003.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
+../../Softwares/Test/Test_x003/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x2_w1_5/Test_x004.cfg
===================================================================
--- trunk/Platforms/Test/data/x2_w1_5/Test_x004.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x2_w1_5/Test_x004.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
+../../Softwares/Test/Test_x004/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x2_w1_5/Test_x005.cfg
===================================================================
--- trunk/Platforms/Test/data/x2_w1_5/Test_x005.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x2_w1_5/Test_x005.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
+../../Softwares/Test/Test_x005/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x2_w1_5/Test_x006.cfg
===================================================================
--- trunk/Platforms/Test/data/x2_w1_5/Test_x006.cfg	(revision 120)
+++ trunk/Platforms/Test/data/x2_w1_5/Test_x006.cfg	(revision 120)
@@ -0,0 +1,8 @@
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
+../../Softwares/Test/Test_x006/bin/soft.x
+0
+0
+4096
+2
