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/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;
Note: See TracChangeset for help on using the changeset viewer.