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_Write_unit/Write_unit/Execute_queue/Makefile.deps

    r98 r142  
    2222
    2323#-----[ Library ]------------------------------------------
     24
    2425Execute_queue_LIBRARY           =       -lExecute_queue \
    2526                                        $(Queue_LIBRARY)        \
    2627                                        $(Behavioural_LIBRARY) 
    2728
    28 Execute_queue_DIR_LIBRARY       =       -L$(Execute_queue_DIR)/lib      \
    29                                         $(Queue_DIR_LIBRARY) \
    30                                         $(Behavioural_DIR_LIBRARY)
    31 
    3229#-----[ Rules ]--------------------------------------------
    3330
    34 Execute_queue_library           :
     31Execute_queue_library_only      :
     32                                @\
     33                                $(MAKE) --directory=$(Execute_queue_DIR) --makefile=Makefile;
     34
     35Execute_queue_library_clean_only:
     36                                @\
     37                                $(MAKE) --directory=$(Execute_queue_DIR) --makefile=Makefile clean;
     38
     39Execute_queue_library           : Execute_queue_library_only
    3540                                @\
    3641                                $(MAKE) Behavioural_library; \
    37                                 $(MAKE) Queue_library; \
    38                                 $(MAKE) --directory=$(Execute_queue_DIR) --makefile=Makefile;
     42                                $(MAKE) Queue_library;
    3943
    40 Execute_queue_library_clean     :
     44Execute_queue_library_clean     : Execute_queue_library_clean_only
    4145                                @\
    4246                                $(MAKE) Behavioural_library_clean; \
    43                                 $(MAKE) Queue_library_clean; \
    44                                 $(MAKE) --directory=$(Execute_queue_DIR) --makefile=Makefile clean;
     47                                $(MAKE) Queue_library_clean;
Note: See TracChangeset for help on using the changeset viewer.