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/Rename_unit/Register_translation_unit/Free_List_unit/Makefile.deps

    r109 r142  
    88# DIR_MORPHEO must be defined
    99
    10 Free_List_unit                  = yes
     10Free_List_unit                          = yes
    1111
    1212ifndef Behavioural
    13 include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     13include                                 $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
    1515
    1616ifndef Priority
    17 include                         $(DIR_MORPHEO)/Behavioural/Generic/Priority/Makefile.deps
     17include                                 $(DIR_MORPHEO)/Behavioural/Generic/Priority/Makefile.deps
    1818endif
    1919
    2020#-----[ Directory ]----------------------------------------
    2121
    22 Free_List_unit_DIR              =       $(DIR_MORPHEO)/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/Free_List_unit
     22Free_List_unit_DIR                      =       $(DIR_MORPHEO)/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/Free_List_unit
    2323
    2424#-----[ Library ]------------------------------------------
    2525
    26 Free_List_unit_LIBRARY          =       -lFree_List_unit                \
    27                                         $(Priority_LIBRARY)             \
    28                                         $(Behavioural_LIBRARY) 
    29 
    30 Free_List_unit_DIR_LIBRARY      =       -L$(Free_List_unit_DIR)/lib     \
    31                                         $(Priority_DIR_LIBRARY)         \
    32                                         $(Behavioural_DIR_LIBRARY)
     26Free_List_unit_LIBRARY                  =       -lFree_List_unit                \
     27                                                $(Priority_LIBRARY)             \
     28                                                $(Behavioural_LIBRARY) 
    3329
    3430#-----[ Rules ]--------------------------------------------
    3531
    36 Free_List_unit_library          :
    37                                 @\
    38                                 $(MAKE) Behavioural_library;            \
    39                                 $(MAKE) Priority_library;               \
    40                                 $(MAKE) --directory=$(Free_List_unit_DIR) --makefile=Makefile;
    41 
    42 Free_List_unit_library_clean    :
    43                                 @\
    44                                 $(MAKE) Behavioural_library_clean;      \
    45                                 $(MAKE) Priority_library_clean;         \
    46                                 $(MAKE) --directory=$(Free_List_unit_DIR) --makefile=Makefile clean;
     32Free_List_unit_library_only             :
     33                                        @\
     34                                        $(MAKE) --directory=$(Free_List_unit_DIR) --makefile=Makefile;
     35                                       
     36Free_List_unit_library_clean_only       :
     37                                        @\
     38                                        $(MAKE) --directory=$(Free_List_unit_DIR) --makefile=Makefile clean;
     39                                       
     40Free_List_unit_library                  : Free_List_unit_library_only
     41                                        @\
     42                                        $(MAKE) Behavioural_library;            \
     43                                        $(MAKE) Priority_library;
     44                                       
     45Free_List_unit_library_clean            : Free_List_unit_library_clean_only
     46                                        @\
     47                                        $(MAKE) Behavioural_library_clean;      \
     48                                        $(MAKE) Priority_library_clean;
Note: See TracChangeset for help on using the changeset viewer.