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_Execute_loop/Execute_loop/Makefile.deps

    r88 r142  
    5555                                        $(Execution_unit_to_Write_unit_LIBRARY)
    5656
    57 
    58 Execute_loop_DIR_LIBRARY        =       -L$(Execute_loop_DIR)/lib                       \
    59                                         $(Behavioural_DIR_LIBRARY)                      \
    60                                         $(Execute_loop_Glue_DIR_LIBRARY)                \
    61                                         $(Read_unit_DIR_LIBRARY)                        \
    62                                         $(Functionnal_unit_DIR_LIBRARY)                 \
    63                                         $(Load_store_unit_DIR_LIBRARY)                  \
    64                                         $(Write_unit_DIR_LIBRARY)                       \
    65                                         $(Register_unit_DIR_LIBRARY)                    \
    66                                         $(Read_unit_to_Execution_unit_DIR_LIBRARY)      \
    67                                         $(Execution_unit_to_Write_unit_DIR_LIBRARY)     
    68 
    69 
    7057#-----[ Rules ]--------------------------------------------
    7158
    72 Execute_loop_library            :
     59Execute_loop_library_only       :
     60                                @\
     61                                $(MAKE) --directory=$(Execute_loop_DIR) --makefile=Makefile;
     62
     63Execute_loop_library_clean_only :
     64                                @\
     65                                $(MAKE) --directory=$(Execute_loop_DIR) --makefile=Makefile clean;
     66
     67Execute_loop_library            : Execute_loop_library_only
    7368                                @\
    7469                                $(MAKE) Behavioural_library;                    \
     
    8075                                $(MAKE) Register_unit_library;                  \
    8176                                $(MAKE) Read_unit_to_Execution_unit_library;    \
    82                                 $(MAKE) Execution_unit_to_Write_unit_library;   \
    83                                 $(MAKE) --directory=$(Execute_loop_DIR) --makefile=Makefile;
     77                                $(MAKE) Execution_unit_to_Write_unit_library;
    8478
    85 Execute_loop_library_clean      :
     79Execute_loop_library_clean      : Execute_loop_library_clean_only
    8680                                @\
    8781                                $(MAKE) Behavioural_library_clean;                      \
     
    9387                                $(MAKE) Register_unit_library_clean;                    \
    9488                                $(MAKE) Read_unit_to_Execution_unit_library_clean;      \
    95                                 $(MAKE) Execution_unit_to_Write_unit_library_clean;     \
    96                                 $(MAKE) --directory=$(Execute_loop_DIR) --makefile=Makefile clean;
     89                                $(MAKE) Execution_unit_to_Write_unit_library_clean;
Note: See TracChangeset for help on using the changeset viewer.