Index: trunk/Platforms/Test/Makefile
===================================================================
--- trunk/Platforms/Test/Makefile	(revision 136)
+++ trunk/Platforms/Test/Makefile	(revision 137)
@@ -52,4 +52,5 @@
 PATH_BIN			=	$(MORPHEO_PREFIX)/bin
 PATH_LOG			=	$(MORPHEO_TMP)/log
+PATH_GMON			=	$(MORPHEO_TMP)/gmon
 PATH_DATA			=	./data
 PATH_LOGS			=	$(patsubst $(PATH_DATA)/%,$(PATH_LOG)/%,$(wildcard $(PATH_DATA)/*))
@@ -193,5 +194,5 @@
 
 
-$(PATH_LOG)/%.log 		: $(PATH_DATA)/%.cfg $(EXEC) $(PATH_LOGS)
+$(PATH_LOG)/%.log 		: $(PATH_DATA)/%.cfg $(EXEC) $(PATH_LOGS) $(PATH_GMON)
 				@\
 				file=$$($(BASENAME) $<);				\
@@ -199,5 +200,11 @@
 				log=$@;							\
 				$(ECHO) "Run                : $*";			\
-				$(EXEC_PREFIX) $(EXEC) $(EXEC_PARAMS) $${data} &> $$log;		\
+				\
+				file_gmon=$$($(BASENAME) $*);				\
+				dir_gmon=$$($(DIRNAME) $*);				\
+				$(MKDIR) $(PATH_GMON)/$$dir_gmon;			\
+				export GMON_OUT_PREFIX=$(PATH_GMON)/$$dir_gmon/$$file_gmon;\
+				\
+				$(EXEC_PREFIX) $(EXEC) $(EXEC_PARAMS) $${data} &> $$log;\
 				$(GREP) -q "Test OK" $$log; 				\
 				declare -i test_ok=$$?;					\
@@ -233,5 +240,5 @@
 				$(CXX) $(PLATFORMS_CXX_FLAGS) -c -o $@ $<;
 
-$(PATH_OBJ) $(PATH_BIN) $(PATH_LOGS) :
+$(PATH_OBJ) $(PATH_BIN) $(PATH_LOGS) $(PATH_GMON) :
 				@\
 				$(ECHO) "Create directory   : $@";\
@@ -243,6 +250,9 @@
 				@\
 				$(ECHO) "Delete     temporary files in directory $(PWD)";\
-				$(RM) 	$(OBJECTS) $(EXEC) $(LOGS) \
-					*~ $(PATH_SRC)/*~ $(PATH_INC)/*~ $(PATH_DATA)/*/*~ *.res *.txt\
+				$(RM) 	$(OBJECTS);\
+				$(RM) 	$(EXEC);\
+				$(RM) 	$(PATH_LOGS); \
+				$(RM)	$(PATH_GMON); \
+				$(RM) 	*~ $(PATH_SRC)/*~ $(PATH_INC)/*~ $(PATH_DATA)/*/*~ *.res *.txt\
 					*core* \
 					tty* \
@@ -257,5 +267,5 @@
 				$(ECHO) "Delete     generated files in directory $(PWD)";\
 				$(RM) $(PATH_OBJ) $(PATH_BIN) $(PATH_LOG) $(SCRIPT);\
-				$(MAKE) --directory=$(PATH_SOFT)        --makefile=Makefile clean_all; \
+				$(MAKE) --directory=$(PATH_SOFT)       --makefile=Makefile clean_all; \
 				$(MAKE) --directory=$(ENVIRONMENT_DIR) --makefile=Makefile clean_all; \
 				$(MAKE) --directory=$(MORPHEO_DIR)     --makefile=Makefile clean_all;
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_16x_1r_1w.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_16x_1r_1w.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_16x_1r_1w.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_16x_1r_1w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_16x_2r_1w.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_16x_2r_1w.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_16x_2r_1w.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_16x_2r_1w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_1x_12r_6w.cfg.save
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_1x_12r_6w.cfg.save	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_1x_12r_6w.cfg.save	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_1x_12r_6w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_2x_10r_5w.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_2x_10r_5w.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_2x_10r_5w.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_2x_10r_5w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_2x_6r_3w.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_2x_6r_3w.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_2x_6r_3w.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_2x_6r_3w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_2x_8r_4w.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_2x_8r_4w.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_2x_8r_4w.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_2x_8r_4w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_32x_1r_1w.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_32x_1r_1w.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_32x_1r_1w.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_32x_1r_1w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_4x_4r_2w.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_4x_4r_2w.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_4x_4r_2w.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_4x_4r_2w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_4x_6r_3w.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_4x_6r_3w.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_4x_6r_3w.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_4x_6r_3w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_4x_8r_4w.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_4x_8r_4w.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_4x_8r_4w.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_4x_8r_4w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_8x_2r_1w.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_8x_2r_1w.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_8x_2r_1w.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_8x_2r_1w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_8x_4r_2w.cfg
===================================================================
--- trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_8x_4r_2w.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Dhrystone-regfile/Dhrystone-x01_w04_02-regfile_8x_4r_2w.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02-regfile_8x_4r_2w.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x000.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x000.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x000.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w01_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x000/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x001.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x001.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x001.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w01_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x001/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x002.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x002.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x002.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w01_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x002/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x003.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x003.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x003.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w01_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x003/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x004.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x004.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x004.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w01_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x004/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x005.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x005.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x005.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w01_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x005/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x006.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x006.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w01_04-Test_x006.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w01_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x006/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x000.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x000.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x000.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w02_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x000/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x001.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x001.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x001.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w02_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x001/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x002.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x002.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x002.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w02_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x002/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x003.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x003.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x003.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w02_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x003/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x004.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x004.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x004.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w02_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x004/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x005.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x005.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x005.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w02_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x005/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x006.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x006.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w02_04-Test_x006.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w02_04.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x006/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-O0.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-O0.cfg	(revision 136)
+++ 	(revision )
@@ -1,8 +1,0 @@
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
-${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/soft_O0.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-O1.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-O1.cfg	(revision 136)
+++ 	(revision )
@@ -1,8 +1,0 @@
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
-${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/soft_O1.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-O2.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-O2.cfg	(revision 136)
+++ 	(revision )
@@ -1,8 +1,0 @@
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
-${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/soft_O2.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-O3.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-O3.cfg	(revision 136)
+++ 	(revision )
@@ -1,8 +1,0 @@
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
-${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/soft_O3.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-Os.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-Os.cfg	(revision 136)
+++ 	(revision )
@@ -1,8 +1,0 @@
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo-Dhrystone.sim
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
-${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
-${MORPHEO_TOPLEVEL}/Softwares/Dhrystone/soft_Os.x
-0
-0
-4096
-2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x000.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x000.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x000.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x000/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x001.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x001.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x001.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x001/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x002.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x002.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x002.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x002/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x003.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x003.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x003.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x003/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x004.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x004.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x004.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x004/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x005.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x005.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x005.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x005/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x006.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x006.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w04_02-Test_x006.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x006/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x000.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x000.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x000.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w08_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x000/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x001.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x001.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x001.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w08_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x001/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x002.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x002.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x002.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w08_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x002/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x003.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x003.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x003.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w08_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x003/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x004.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x004.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x004.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w08_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x004/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x005.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x005.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x005.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w08_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x005/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x006.cfg
===================================================================
--- trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x006.cfg	(revision 137)
+++ trunk/Platforms/Test/data/Simulation/x01_w08_02-Test_x006.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x01_w08_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x006/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_01/Test_x000.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_01/Test_x000.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_01/Test_x000.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_01.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x000/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_01/Test_x001.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_01/Test_x001.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_01/Test_x001.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_01.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x001/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_01/Test_x002.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_01/Test_x002.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_01/Test_x002.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_01.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x002/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_01/Test_x003.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_01/Test_x003.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_01/Test_x003.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_01.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x003/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_01/Test_x004.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_01/Test_x004.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_01/Test_x004.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_01.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x004/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_01/Test_x005.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_01/Test_x005.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_01/Test_x005.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_01.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x005/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_01/Test_x006.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_01/Test_x006.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_01/Test_x006.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_01.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x006/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_02/Test_x000.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_02/Test_x000.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_02/Test_x000.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x000/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_02/Test_x001.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_02/Test_x001.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_02/Test_x001.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x001/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_02/Test_x002.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_02/Test_x002.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_02/Test_x002.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x002/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_02/Test_x003.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_02/Test_x003.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_02/Test_x003.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x003/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_02/Test_x004.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_02/Test_x004.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_02/Test_x004.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x004/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_02/Test_x005.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_02/Test_x005.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_02/Test_x005.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x005/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/data/x02_w04_02/Test_x006.cfg
===================================================================
--- trunk/Platforms/Test/data/x02_w04_02/Test_x006.cfg	(revision 137)
+++ trunk/Platforms/Test/data/x02_w04_02/Test_x006.cfg	(revision 137)
@@ -0,0 +1,8 @@
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.sim
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
+${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Instance_x02_w04_02.cfg
+${MORPHEO_TOPLEVEL}/Softwares/Test/Test_x006/bin/soft.x
+0
+0
+4096
+2
Index: trunk/Platforms/Test/script/copy_test.sh
===================================================================
--- trunk/Platforms/Test/script/copy_test.sh	(revision 136)
+++ trunk/Platforms/Test/script/copy_test.sh	(revision 137)
@@ -7,25 +7,34 @@
 }
 
-if   test ${#} -eq 2; then
-    name_src=${1};
-    name_dest=${2};
-elif test ${#} -eq 1; then
-    name_src="x1_w1_0";
-    name_dest=${1};
-else
-    usage ${*};
-fi;
+function copy_test ()
+{
+    # Test usage
+    if   test ${#} -eq 2; then
+	name_src=${1};
+	name_dest=${2};
+    elif test ${#} -eq 1; then
+	name_src="x1_w1_0";
+	name_dest=${1};
+    else
+	usage ${*};
+    fi;
+    
+    # Test directory source
+    if test ! -d ${name_src}; then
+	echo "${name_src} is an invalid directory";
+	exit;
+    fi;
+    
+    # Test directoru dest : if don't exist, create it
+    if test ! -d ${name_dest}; then
+	mkdir ${name_dest};
+    fi;
+    
+    # Copy and sed
+    for i in ${name_src}/*; do
+	sed s/Instance_${name_src}/Instance_${name_dest}/ ${i} > tmp;
+	mv tmp ${name_dest}/$(basename ${i});
+    done
+}
 
-if test ! -d ${name_src}; then
-    echo "${name_src} is an invalid directory";
-    exit;
-fi;
-
-if test ! -d ${name_dest}; then
-    mkdir ${name_dest};
-fi;
-    
-for i in ${name_src}/*; do
-    sed s/Instance_${name_src}/Instance_${name_dest}/ ${i} > tmp;
-    mv tmp ${name_dest}/$(basename ${i});
-done
+copy_test ${*}
Index: trunk/Platforms/Test/script/genTest.sh
===================================================================
--- trunk/Platforms/Test/script/genTest.sh	(revision 137)
+++ trunk/Platforms/Test/script/genTest.sh	(revision 137)
@@ -0,0 +1,76 @@
+#!/bin/bash
+
+function genFile_name()
+{
+    bank=$1;
+    read=$2;
+    write=$3;
+    file_out="-regfile_${bank}x_${read}r_${write}w";
+
+    echo "${file_out}";
+}
+
+function genFile_cfg()
+{
+    file_in=$1;
+    file_out=$2;
+    ext=$3;
+    bank=$4;
+    read=$5;
+    write=$6;
+
+    sed s/@name/${file_out}/ ${file_in}.${ext} |
+    sed s/@bank/${bank}/ |
+    sed s/@read/${read}/ |
+    sed s/@write/${write}/ > ${file_out}.${ext};
+}
+
+function genFile_sim()
+{
+    file_in=$1;
+    file_out=$2;
+    ext=$3;
+    file=$4;
+    sed s/@file/${file}/ ${file_in}.${ext} > ${file_out}.${ext};
+}
+
+function genTest()
+{
+    file_cfg="Instance_x01_w04_02"
+    file_sim="Dhrystone-x01_w04_02"
+    ext="cfg"
+    banks=( 1 
+            2 2 2
+            4 4 4
+            8 8 8
+            16 16
+            32);
+    reads=( 12      # bank : 1 
+            10 8 6  # bank : 2 
+            8 6 4   # bank : 3 
+            4 2 1   # bank : 6 
+            2 1     # bank : 12
+            1);     # bank : 48
+    writes=(6       # bank : 1 
+            5 4 3   # bank : 2 
+            4 3 2   # bank : 3 
+            2 1 1   # bank : 6 
+            1 1     # bank : 12
+            1);     # bank : 48
+    nb_cfg=${#banks[*]};
+    
+    while test $nb_cfg -ge 1; do
+	nb_cfg=$(($nb_cfg-1));
+	
+	bank=${banks[$nb_cfg]};
+	read=${reads[$nb_cfg]};
+	write=${writes[$nb_cfg]};
+	
+	postfix=$(genFile_name $bank $read $write);
+	echo ${file_cfg}${postfix};
+	genFile_cfg $file_cfg ${file_cfg}${postfix} $ext $bank $read $write;
+	genFile_sim $file_sim ${file_sim}${postfix} $ext ${file_cfg}${postfix}.${ext};
+    done;
+}
+
+genTest ${*};
Index: trunk/Platforms/Test/script/script1.sh
===================================================================
--- trunk/Platforms/Test/script/script1.sh	(revision 136)
+++ trunk/Platforms/Test/script/script1.sh	(revision 137)
@@ -1,4 +1,2 @@
-
-
 prefix=$2;
 suffix=$1;
