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

    r138 r142  
    2323                                                $(Behavioural_LIBRARY) 
    2424
    25 Special_Register_unit_DIR_LIBRARY       =       -L$(Special_Register_unit_DIR)/lib      \
    26                                                 $(Behavioural_DIR_LIBRARY)
    27 
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Special_Register_unit_library           :
    31                                 @\
    32                                 $(MAKE) Behavioural_library;            \
    33                                 $(MAKE) --directory=$(Special_Register_unit_DIR) --makefile=Makefile;
     27Special_Register_unit_library_only      :
     28                                        @\
     29                                        $(MAKE) --directory=$(Special_Register_unit_DIR) --makefile=Makefile;
    3430
    35 Special_Register_unit_library_clean     :
    36                                 @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    38                                 $(MAKE) --directory=$(Special_Register_unit_DIR) --makefile=Makefile clean;
     31Special_Register_unit_library_clean_only:
     32                                        @\
     33                                        $(MAKE) --directory=$(Special_Register_unit_DIR) --makefile=Makefile clean;
     34
     35Special_Register_unit_library           : Special_Register_unit_library_only
     36                                        @\
     37                                        $(MAKE) Behavioural_library;
     38
     39Special_Register_unit_library_clean     : Special_Register_unit_library_clean_only
     40                                        @\
     41                                        $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.