Changeset 123 for trunk/Platforms


Ignore:
Timestamp:
Jun 8, 2009, 10:43:30 PM (15 years ago)
Author:
rosiere
Message:

1) Fix performance
2) add auto generation to SPECINT2000
3) add reset in genMoore and genMealy

Location:
trunk/Platforms/Test
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platforms/Test/Makefile

    r122 r123  
    7575LOGS                            =       $(patsubst $(DIR_DATA)/%.cfg,$(DIR_LOG)/%.log,$(wildcard $(DIR_DATA)/$(DATA)/*.cfg))
    7676EXEC                            =       $(DIR_BIN)/soft.x
    77 EXEC_PREFIX                     =       $(NICE) -n $(PRIORITY)
    78 # $(VALGRIND)
     77EXEC_PREFIX                     =       $(NICE) -n $(PRIORITY) 
     78#$(VALGRIND)
    7979
    8080#-----[ Compilation ]--------------------------------------
     
    158158                                if $(TEST) $${nb_test_ko} -ne 0;                                                        \
    159159                                then $(ECHO) "-------------------| Test KO !!! ($${nb_test_ko}/$${nb_test})"; exit 1;   \
    160                                 else $(ECHO) "-------------------| Test OK"; exit 0;                                    \
     160                                else $(ECHO) "-------------------| Test OK     ($${nb_test})"; exit 0;                  \
    161161                                fi;
    162162
  • trunk/Platforms/Test/data/SPECINT2000/x1_w2_4.cfg

    r117 r123  
    22../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
    33../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w2_4.cfg
    4 ../../Softwares/SPECINT2000/bin/soft.x
     4../../Softwares/SPECINT2000/bin/soft_0.x
    550
    660
  • trunk/Platforms/Test/data/debug/debug.cfg

    r122 r123  
    22../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
    33../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_1.cfg
    4 ../../Softwares/Test/Test_000/bin/soft.x
     4../../Softwares/Test/Test_001/bin/soft.x
    550
    660
  • trunk/Platforms/Test/src/test.cpp

    r118 r123  
    240240  segtable->setMSBNumber    (8);
    241241  segtable->setDefaultTarget(0,0);
    242    
     242
    243243  // Add a segment    ,name          ,address of base   ,size              ,global index,local index,uncache
    244244  segtable->addSegment("text"        ,TEXT_BASE         ,TEXT_SIZE         ,0           ,0          ,false);
     
    306306     );
    307307 
    308   cout << param_environment->print(0) << endl;
     308//   cout << param_environment->print(0) << endl;
    309309
    310310  segtable->print();
Note: See TracChangeset for help on using the changeset viewer.