Changeset 142 for trunk/Platforms/Test


Ignore:
Timestamp:
Aug 4, 2010, 10:09:03 PM (14 years ago)
Author:
rosiere
Message:

1) Full parallel compilation
2) Add statistics in ROB : list instruction affinity

Location:
trunk/Platforms/Test
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platforms/Test/Makefile

    r139 r142  
    171171                                fi;
    172172
    173 execute                         : run
    174 
    175173debug                           :
    176174                                @\
     
    300298                                $(ECHO) "                         set CLEAN    to remove previous log (default : 0)";\
    301299                                $(ECHO) "                         example : make run DATA=debug PRIORITY=10 CLEAN";\
    302                                 $(ECHO) " * execute             : cf 'make run'";\
    303300                                $(ECHO) " * debug               : cf 'make run DATA=debug'";\
    304301                                $(ECHO) " * bench               : cf 'make run DATA=bench'";\
     
    307304                                $(ECHO) " * lib                 : make library";\
    308305                                $(ECHO) " * soft                : make software";\
     306                                $(ECHO) " * env                 : execute rule \"lib\" and \"soft\"";\
    309307                                $(ECHO) " * clean               : erase temporary files";\
    310308                                $(ECHO) " * clean_all           : erase generated files";\
    311309                                $(ECHO) " * help                : print this message";\
     310                                $(ECHO) ""; \
     311                                $(ECHO) "In the compilation, set MORPHEO_TYPE for set/unset flags"; \
     312                                $(ECHO) "MORPHEO_TYPE can be set at $(MORPHEO_TYPE_LIST)"; \
     313                                $(ECHO) "Actual MORPHEO_TYPE is \"$(MORPHEO_TYPE)\""; \
    312314                                $(ECHO) "";
    313315
  • trunk/Platforms/Test/data/debug/debug.cfg

    r141 r142  
    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_074/bin/soft_NEWLIB_MORPHEO.x
     4${MORPHEO_TOPLEVEL}/Softwares/Test/Test_011/bin/soft_NEWLIB_MORPHEO.x
    550
    660
  • trunk/Platforms/Test/src/sc_main.cpp

    r138 r142  
    4343{
    4444  msgInformation("<sc_main> Begin\n");
     45
     46  sc_report_handler::set_actions("/IEEE_Std_1666/deprecated", SC_DO_NOTHING);
    4547
    4648#ifdef MTI_SYSTEMC
Note: See TracChangeset for help on using the changeset viewer.