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/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit
Files:
10 edited

Legend:

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

    r81 r142  
    88# DIR_MORPHEO must be defined
    99
    10 Load_Store_pointer_unit                 = yes
     10Load_Store_pointer_unit                         = yes
    1111
    1212ifndef Behavioural
    13 include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     13include                                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
    1515
     
    2020#-----[ Library ]------------------------------------------
    2121
    22 Load_Store_pointer_unit_LIBRARY         =       -lLoad_Store_pointer_unit       \
    23                                         $(Behavioural_LIBRARY) 
    24 
    25 Load_Store_pointer_unit_DIR_LIBRARY             =       -L$(Load_Store_pointer_unit_DIR)/lib    \
    26                                         $(Behavioural_DIR_LIBRARY)
     22Load_Store_pointer_unit_LIBRARY                 =       -lLoad_Store_pointer_unit       \
     23                                                        $(Behavioural_LIBRARY) 
    2724
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Load_Store_pointer_unit_library         :
    31                                 @\
    32                                 $(MAKE) Behavioural_library;            \
    33                                 $(MAKE) --directory=$(Load_Store_pointer_unit_DIR) --makefile=Makefile;
     27Load_Store_pointer_unit_library_only            :
     28                                                @\
     29                                                $(MAKE) --directory=$(Load_Store_pointer_unit_DIR) --makefile=Makefile;
    3430
    35 Load_Store_pointer_unit_library_clean   :
    36                                 @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    38                                 $(MAKE) --directory=$(Load_Store_pointer_unit_DIR) --makefile=Makefile clean;
     31Load_Store_pointer_unit_library_clean_only      :
     32                                                @\
     33                                                $(MAKE) --directory=$(Load_Store_pointer_unit_DIR) --makefile=Makefile clean;
     34
     35Load_Store_pointer_unit_library                 : Load_Store_pointer_unit_library_only
     36                                                @\
     37                                                $(MAKE) Behavioural_library;
     38
     39Load_Store_pointer_unit_library_clean           : Load_Store_pointer_unit_library_clean_only
     40                                                @\
     41                                                $(MAKE) Behavioural_library_clean;
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Makefile.deps

    r88 r142  
    2626endif
    2727
    28 
    2928#-----[ Directory ]----------------------------------------
    3029
     
    3231
    3332#-----[ Library ]------------------------------------------
    34 
    35 
    3633
    3734Rename_unit_LIBRARY             =       -lRename_unit                                   \
     
    4239                                        $(Behavioural_LIBRARY) 
    4340
    44 Rename_unit_DIR_LIBRARY         =       -L$(Rename_unit_DIR)/lib                        \
    45                                         $(Load_Store_pointer_unit_DIR_LIBRARY)          \
    46                                         $(Register_translation_unit_DIR_LIBRARY)        \
    47                                         $(Rename_select_DIR_LIBRARY)                    \
    48                                         $(Rename_unit_Glue_DIR_LIBRARY)                 \
    49                                         $(Behavioural_DIR_LIBRARY)
    50 
    5141#-----[ Rules ]--------------------------------------------
    5242
    53 Rename_unit_library             :
     43Rename_unit_library_only        :
     44                                @\
     45                                $(MAKE) --directory=$(Rename_unit_DIR) --makefile=Makefile;
     46
     47Rename_unit_library_clean_only  :
     48                                @\
     49                                $(MAKE) --directory=$(Rename_unit_DIR) --makefile=Makefile clean;
     50
     51Rename_unit_library             : Rename_unit_library_only
    5452                                @\
    5553                                $(MAKE) Behavioural_library;                    \
     
    5755                                $(MAKE) Register_translation_unit_library;      \
    5856                                $(MAKE) Rename_select_library;                  \
    59                                 $(MAKE) Rename_unit_Glue_library;               \
    60                                 $(MAKE) --directory=$(Rename_unit_DIR) --makefile=Makefile;
     57                                $(MAKE) Rename_unit_Glue_library;
    6158
    62 Rename_unit_library_clean       :
     59Rename_unit_library_clean       : Rename_unit_library_clean_only
    6360                                @\
    6461                                $(MAKE) Behavioural_library_clean;              \
     
    6663                                $(MAKE) Register_translation_unit_library_clean;\
    6764                                $(MAKE) Rename_select_library_clean;            \
    68                                 $(MAKE) Rename_unit_Glue_library_clean;         \
    69                                 $(MAKE) --directory=$(Rename_unit_DIR) --makefile=Makefile clean;
     65                                $(MAKE) Rename_unit_Glue_library_clean;
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/Dependency_checking_unit/Makefile.deps

    r81 r142  
    1111
    1212ifndef Behavioural
    13 include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     13include                                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
    1515
     
    2121
    2222Dependency_checking_unit_LIBRARY                =       -lDependency_checking_unit      \
    23                                         $(Behavioural_LIBRARY) 
    24 
    25 Dependency_checking_unit_DIR_LIBRARY            =       -L$(Dependency_checking_unit_DIR)/lib   \
    26                                         $(Behavioural_DIR_LIBRARY)
     23                                                        $(Behavioural_LIBRARY) 
    2724
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Dependency_checking_unit_library                :
    31                                 @\
    32                                 $(MAKE) Behavioural_library;            \
    33                                 $(MAKE) --directory=$(Dependency_checking_unit_DIR) --makefile=Makefile;
     27Dependency_checking_unit_library_only           :
     28                                                @\
     29                                                $(MAKE) --directory=$(Dependency_checking_unit_DIR) --makefile=Makefile;
    3430
    35 Dependency_checking_unit_library_clean  :
    36                                 @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    38                                 $(MAKE) --directory=$(Dependency_checking_unit_DIR) --makefile=Makefile clean;
     31Dependency_checking_unit_library_clean_only     :
     32                                                @\
     33                                                $(MAKE) --directory=$(Dependency_checking_unit_DIR) --makefile=Makefile clean;
     34
     35Dependency_checking_unit_library                : Dependency_checking_unit_library_only
     36                                                @\
     37                                                $(MAKE) Behavioural_library;
     38
     39Dependency_checking_unit_library_clean          : Dependency_checking_unit_library_clean_only
     40                                                @\
     41                                                $(MAKE) Behavioural_library_clean;
  • 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;
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/Makefile.deps

    r81 r142  
    2929endif
    3030
    31 
    32 
    3331#-----[ Directory ]----------------------------------------
    3432
     
    4543                                                        $(Register_translation_unit_Glue_LIBRARY)
    4644
    47 Register_translation_unit_DIR_LIBRARY           =       -L$(Register_translation_unit_DIR)/lib          \
    48                                                         $(Behavioural_DIR_LIBRARY)                      \
    49                                                         $(Register_Address_Translation_unit_DIR_LIBRARY)\
    50                                                         $(Free_List_unit_DIR_LIBRARY)                   \
    51                                                         $(Stat_List_unit_DIR_LIBRARY)                   \
    52                                                         $(Dependency_checking_unit_DIR_LIBRARY)         \
    53                                                         $(Register_translation_unit_Glue_DIR_LIBRARY)
    54 
    5545#-----[ Rules ]--------------------------------------------
    5646
    57 Register_translation_unit_library               :
     47Register_translation_unit_library_only          :
     48                                                @\
     49                                                $(MAKE) --directory=$(Register_translation_unit_DIR) --makefile=Makefile;
     50
     51Register_translation_unit_library_clean_only    :
     52                                                @\
     53                                                $(MAKE) --directory=$(Register_translation_unit_DIR) --makefile=Makefile clean;
     54
     55Register_translation_unit_library               : Register_translation_unit_library_only
    5856                                                @\
    5957                                                $(MAKE) Behavioural_library;                            \
     
    6260                                                $(MAKE) Stat_List_unit_library;                         \
    6361                                                $(MAKE) Dependency_checking_unit_library;               \
    64                                                 $(MAKE) Register_translation_unit_Glue_library;         \
    65                                                 $(MAKE) --directory=$(Register_translation_unit_DIR) --makefile=Makefile;
     62                                                $(MAKE) Register_translation_unit_Glue_library;
    6663
    67 Register_translation_unit_library_clean :
     64Register_translation_unit_library_clean         : Register_translation_unit_library_clean_only
    6865                                                @\
    6966                                                $(MAKE) Behavioural_library_clean;                      \
     
    7269                                                $(MAKE) Stat_List_unit_library_clean;                   \
    7370                                                $(MAKE) Dependency_checking_unit_library_clean;         \
    74                                                 $(MAKE) Register_translation_unit_Glue_library_clean;   \
    75                                                 $(MAKE) --directory=$(Register_translation_unit_DIR) --makefile=Makefile clean;
     71                                                $(MAKE) Register_translation_unit_Glue_library_clean;
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/Register_Address_Translation_unit/Makefile.deps

    r81 r142  
    1111
    1212ifndef Behavioural
    13 include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     13include                                                 $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
    1515
     
    2121
    2222Register_Address_Translation_unit_LIBRARY               =       -lRegister_Address_Translation_unit     \
    23                                         $(Behavioural_LIBRARY) 
    24 
    25 Register_Address_Translation_unit_DIR_LIBRARY           =       -L$(Register_Address_Translation_unit_DIR)/lib  \
    26                                         $(Behavioural_DIR_LIBRARY)
     23                                                                $(Behavioural_LIBRARY) 
    2724
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Register_Address_Translation_unit_library               :
    31                                 @\
    32                                 $(MAKE) Behavioural_library;            \
    33                                 $(MAKE) --directory=$(Register_Address_Translation_unit_DIR) --makefile=Makefile;
     27Register_Address_Translation_unit_library_only          :
     28                                                        @\
     29                                                        $(MAKE) --directory=$(Register_Address_Translation_unit_DIR) --makefile=Makefile;
    3430
    35 Register_Address_Translation_unit_library_clean :
    36                                 @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    38                                 $(MAKE) --directory=$(Register_Address_Translation_unit_DIR) --makefile=Makefile clean;
     31Register_Address_Translation_unit_library_clean_only    :
     32                                                        @\
     33                                                        $(MAKE) --directory=$(Register_Address_Translation_unit_DIR) --makefile=Makefile clean;
     34
     35Register_Address_Translation_unit_library               : Register_Address_Translation_unit_library_only
     36                                                        @\
     37                                                        $(MAKE) Behavioural_library;
     38
     39Register_Address_Translation_unit_library_clean         : Register_Address_Translation_unit_library_clean_only
     40                                                        @\
     41                                                        $(MAKE) Behavioural_library_clean;
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/Register_translation_unit_Glue/Makefile.deps

    r81 r142  
    88# DIR_MORPHEO must be defined
    99
    10 Register_translation_unit_Glue                  = yes
     10Register_translation_unit_Glue                          = yes
    1111
    1212ifndef Behavioural
    13 include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     13include                                                 $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
    1515
     
    2020#-----[ Library ]------------------------------------------
    2121
    22 Register_translation_unit_Glue_LIBRARY          =       -lRegister_translation_unit_Glue        \
    23                                         $(Behavioural_LIBRARY) 
    24 
    25 Register_translation_unit_Glue_DIR_LIBRARY              =       -L$(Register_translation_unit_Glue_DIR)/lib     \
    26                                         $(Behavioural_DIR_LIBRARY)
     22Register_translation_unit_Glue_LIBRARY                  =       -lRegister_translation_unit_Glue        \
     23                                                                $(Behavioural_LIBRARY) 
    2724
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Register_translation_unit_Glue_library          :
    31                                 @\
    32                                 $(MAKE) Behavioural_library;            \
    33                                 $(MAKE) --directory=$(Register_translation_unit_Glue_DIR) --makefile=Makefile;
     27Register_translation_unit_Glue_library_only             :
     28                                                        @\
     29                                                        $(MAKE) --directory=$(Register_translation_unit_Glue_DIR) --makefile=Makefile;
    3430
    35 Register_translation_unit_Glue_library_clean    :
    36                                 @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    38                                 $(MAKE) --directory=$(Register_translation_unit_Glue_DIR) --makefile=Makefile clean;
     31Register_translation_unit_Glue_library_clean_only       :
     32                                                        @\
     33                                                        $(MAKE) --directory=$(Register_translation_unit_Glue_DIR) --makefile=Makefile clean;
     34
     35Register_translation_unit_Glue_library                  : Register_translation_unit_Glue_library_only
     36                                                        @\
     37                                                        $(MAKE) Behavioural_library;
     38
     39Register_translation_unit_Glue_library_clean            : Register_translation_unit_Glue_library_clean_only
     40                                                        @\
     41                                                        $(MAKE) Behavioural_library_clean;
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/Stat_List_unit/Makefile.deps

    r81 r142  
    88# DIR_MORPHEO must be defined
    99
    10 Stat_List_unit                  = yes
     10Stat_List_unit                          = yes
    1111
    1212ifndef Behavioural
    13 include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     13include                                 $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
    1515
     
    2020#-----[ Library ]------------------------------------------
    2121
    22 Stat_List_unit_LIBRARY          =       -lStat_List_unit        \
    23                                         $(Behavioural_LIBRARY) 
    24 
    25 Stat_List_unit_DIR_LIBRARY              =       -L$(Stat_List_unit_DIR)/lib     \
    26                                         $(Behavioural_DIR_LIBRARY)
     22Stat_List_unit_LIBRARY                  =       -lStat_List_unit        \
     23                                                $(Behavioural_LIBRARY) 
    2724
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Stat_List_unit_library          :
    31                                 @\
    32                                 $(MAKE) Behavioural_library;            \
    33                                 $(MAKE) --directory=$(Stat_List_unit_DIR) --makefile=Makefile;
     27Stat_List_unit_library_only             :
     28                                        @\
     29                                        $(MAKE) --directory=$(Stat_List_unit_DIR) --makefile=Makefile;
    3430
    35 Stat_List_unit_library_clean    :
    36                                 @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    38                                 $(MAKE) --directory=$(Stat_List_unit_DIR) --makefile=Makefile clean;
     31Stat_List_unit_library_clean_only       :
     32                                        @\
     33                                        $(MAKE) --directory=$(Stat_List_unit_DIR) --makefile=Makefile clean;
     34
     35Stat_List_unit_library                  : Stat_List_unit_library_only
     36                                        @\
     37                                        $(MAKE) Behavioural_library;
     38
     39Stat_List_unit_library_clean            : Stat_List_unit_library_clean_only
     40                                        @\
     41                                        $(MAKE) Behavioural_library_clean;
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Rename_select/Makefile.deps

    r88 r142  
    2727                                        $(Behavioural_LIBRARY) 
    2828
    29 Rename_select_DIR_LIBRARY       =       -L$(Rename_select_DIR)/lib      \
    30                                         $(Priority_DIR_LIBRARY)         \
    31                                         $(Behavioural_DIR_LIBRARY)
    32 
    3329#-----[ Rules ]--------------------------------------------
    3430
    35 Rename_select_library           :
     31Rename_select_library_only      :
     32                                @\
     33                                $(MAKE) --directory=$(Rename_select_DIR) --makefile=Makefile;
     34
     35Rename_select_library_clean_only:
     36                                @\
     37                                $(MAKE) --directory=$(Rename_select_DIR) --makefile=Makefile clean;
     38
     39Rename_select_library           : Rename_select_library_only
    3640                                @\
    3741                                $(MAKE) Behavioural_library;            \
    38                                 $(MAKE) Priority_library;               \
    39                                 $(MAKE) --directory=$(Rename_select_DIR) --makefile=Makefile;
     42                                $(MAKE) Priority_library;
    4043
    41 Rename_select_library_clean     :
     44Rename_select_library_clean     : Rename_select_library_clean_only
    4245                                @\
    4346                                $(MAKE) Behavioural_library_clean;      \
    44                                 $(MAKE) Priority_library_clean;         \
    45                                 $(MAKE) --directory=$(Rename_select_DIR) --makefile=Makefile clean;
     47                                $(MAKE) Priority_library_clean;
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Rename_unit_Glue/Makefile.deps

    r88 r142  
    1111
    1212ifndef Behavioural
    13 include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     13include                                 $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
    1515
     
    2121
    2222Rename_unit_Glue_LIBRARY                =       -lRename_unit_Glue      \
    23                                         $(Behavioural_LIBRARY) 
    24 
    25 Rename_unit_Glue_DIR_LIBRARY            =       -L$(Rename_unit_Glue_DIR)/lib   \
    26                                         $(Behavioural_DIR_LIBRARY)
     23                                                $(Behavioural_LIBRARY) 
    2724
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Rename_unit_Glue_library                :
    31                                 @\
    32                                 $(MAKE) Behavioural_library;            \
    33                                 $(MAKE) --directory=$(Rename_unit_Glue_DIR) --makefile=Makefile;
     27Rename_unit_Glue_library_only           :
     28                                        @\
     29                                        $(MAKE) --directory=$(Rename_unit_Glue_DIR) --makefile=Makefile;
    3430
    35 Rename_unit_Glue_library_clean  :
    36                                 @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    38                                 $(MAKE) --directory=$(Rename_unit_Glue_DIR) --makefile=Makefile clean;
     31Rename_unit_Glue_library_clean_only     :
     32                                        @\
     33                                        $(MAKE) --directory=$(Rename_unit_Glue_DIR) --makefile=Makefile clean;
     34
     35Rename_unit_Glue_library                : Rename_unit_Glue_library_only
     36                                        @\
     37                                        $(MAKE) Behavioural_library;
     38
     39Rename_unit_Glue_library_clean          : Rename_unit_Glue_library_clean_only
     40                                        @\
     41                                        $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.