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/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.