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/Multi_Execute_unit/Execute_unit/Functionnal_unit/Operation/Makefile.deps

    r81 r142  
    88# DIR_MORPHEO must be defined
    99
    10 Operation               = yes
     10Operation                       = yes
     11
     12ifndef Behavioural
     13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     14endif
    1115
    1216#-----[ Directory ]----------------------------------------
    1317
    14 Operation_DIR           =       $(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Functionnal_unit/Operation
     18Operation_DIR                   =       $(DIR_MORPHEO)/Behavioural/Core/Multi_Execute_loop/Execute_loop/Multi_Execute_unit/Execute_unit/Functionnal_unit/Operation
    1519
    1620#-----[ Library ]------------------------------------------
    1721
    18 Operation_LIBRARY       =       -lOperation
    19 
    20 Operation_DIR_LIBRARY   =       -L$(Operation_DIR)/lib
     22Operation_LIBRARY               =       -lOperation             \
     23                                        $(Behavioural_LIBRARY)
    2124
    2225#-----[ Rules ]--------------------------------------------
    2326
    24 Operation_library       :
    25                         @\
    26                         $(MAKE) --directory=$(Operation_DIR) --makefile=Makefile;
     27Operation_library_only          :
     28                                @\
     29                                $(MAKE) --directory=$(Operation_DIR) --makefile=Makefile;
    2730
    28 Operation_library_clean :
    29                         @\
    30                         $(MAKE) --directory=$(Operation_DIR) --makefile=Makefile clean;
     31Operation_library_clean_only    :
     32                                @\
     33                                $(MAKE) --directory=$(Operation_DIR) --makefile=Makefile clean;
     34
     35Operation_library               : Operation_library_only
     36                                @\
     37                                $(MAKE) Behavioural_library;
     38
     39Operation_library_clean         : Operation_library_clean_only
     40                                @\
     41                                $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.