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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Commit_unit/Makefile.deps

    r88 r142  
    2727                                        $(Behavioural_LIBRARY) 
    2828
    29 Commit_unit_DIR_LIBRARY         =       -L$(Commit_unit_DIR)/lib        \
    30                                         $(Priority_DIR_LIBRARY)         \
    31                                         $(Behavioural_DIR_LIBRARY)
    32 
    3329#-----[ Rules ]--------------------------------------------
    3430
    35 Commit_unit_library             :
     31Commit_unit_library_only        :
     32                                @\
     33                                $(MAKE) --directory=$(Commit_unit_DIR) --makefile=Makefile;
     34
     35Commit_unit_library_clean_only  :
     36                                @\
     37                                $(MAKE) --directory=$(Commit_unit_DIR) --makefile=Makefile clean;
     38
     39Commit_unit_library             : Commit_unit_library_only
    3640                                @\
    3741                                $(MAKE) Behavioural_library;            \
    38                                 $(MAKE) Priority_library;               \
    39                                 $(MAKE) --directory=$(Commit_unit_DIR) --makefile=Makefile;
     42                                $(MAKE) Priority_library;
    4043
    41 Commit_unit_library_clean       :
     44Commit_unit_library_clean       : Commit_unit_library_clean_only
    4245                                @\
    4346                                $(MAKE) Behavioural_library_clean;      \
    44                                 $(MAKE) Priority_library_clean;         \
    45                                 $(MAKE) --directory=$(Commit_unit_DIR) --makefile=Makefile clean;
     47                                $(MAKE) Priority_library_clean;
Note: See TracChangeset for help on using the changeset viewer.