Changeset 145 for trunk/Platforms


Ignore:
Timestamp:
Oct 13, 2010, 8:15:51 PM (14 years ago)
Author:
rosiere
Message:

1) add test with SPECINT2K
2) new config of Selftest
3) modif RAT to support multiple depth_save ... but not finish (need fix Update Prediction Table)
4) add Function_pointer but need fix

Location:
trunk/Platforms/Test
Files:
64 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platforms/Test/Makefile

    r142 r145  
    3434PRIORITY                        = 0
    3535endif
    36 
    3736ifeq ($(flavor CLEAN), undefined)
    3837CLEAN                           = 0
     
    185184                                for log in $(LOGS); do                                                  \
    186185                                        $(ECHO) -n ".";                                                 \
    187                                         $(ECHO) -n "source $(MORPHEO_TOPLEVEL)/environment.sh $(MORPHEO_LOCALIZATION); path=\"${PWD}\"; " >> $(SCRIPT);\
     186                                        $(ECHO) -n "source $(MORPHEO_TOPLEVEL)/environment.sh -l $(MORPHEO_LOCALIZATION) -t $(MORPHEO_TYPE); path=\"${PWD}\"; " >> $(SCRIPT);\
    188187                                        if $(TEST) $(CLEAN) -ne 0; then                                 \
    189188                                                $(ECHO) -n "$(RM) $${log}; " >> $(SCRIPT);              \
     
    300299                                $(ECHO) " * debug               : cf 'make run DATA=debug'";\
    301300                                $(ECHO) " * bench               : cf 'make run DATA=bench'";\
    302                                 $(ECHO) " * distexe             : Generate an command file to distexe. It's as run command, but just generate an script with all make";\
     301                                $(ECHO) " * distexe             : Generate an command file to distexe (\"$(SCRIPT)\").";\
     302                                $(ECHO) "                         This file can be use with distexe or just run in local machine.";\
    303303                                $(ECHO) " * cfg                 : For each configuration in \"${PATH_CFG}\", create basic test";\
    304304                                $(ECHO) " * lib                 : make library";\
  • trunk/Platforms/Test/data/debug/debug.cfg

    r142 r145  
    22${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/Morpheo.gen
    33${MORPHEO_TOPLEVEL}/IPs/systemC/processor/Morpheo/Files/debug.cfg
    4 ${MORPHEO_TOPLEVEL}/Softwares/Test/Test_011/bin/soft_NEWLIB_MORPHEO.x
     4${MORPHEO_TOPLEVEL}/Softwares/Test/Test_074/bin/soft_NEWLIB_MORPHEO.x
    550
    660
  • trunk/Platforms/Test/script/copy_test.sh

    r139 r145  
    1010{
    1111    # Test usage
    12     if   test ${#} -eq 2; then
     12    if test ${#} -eq 2; then
    1313        name_src=${1};
    1414        name_dest=${2};
  • trunk/Platforms/Test/src/sc_main.cpp

    r142 r145  
    5555#endif
    5656
    57   msgInformation(" ");
     57  msgInformation("Command line : ");
    5858  for (int32_t i=0; i<argc; ++i)
    5959    msg("%s ",argv[i]);
  • trunk/Platforms/Test/src/test.cpp

    r138 r145  
    141141      if (cache_size<(cache_size_line*cache_size_word))
    142142        {
    143           msgError("cache is too small\n");
     143          msgError("Cache is too small\n");
    144144          exit(EXIT_FAILURE);
    145145        }
Note: See TracChangeset for help on using the changeset viewer.