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_Front_end/Front_end/Decod_unit/Makefile.deps

    r83 r142  
    3131                                        $(Behavioural_LIBRARY)
    3232
    33 Decod_unit_DIR_LIBRARY          =       -L$(Decod_unit_DIR)/lib         \
    34                                         $(Decod_DIR_LIBRARY)            \
    35                                         $(Decod_queue_DIR_LIBRARY)      \
    36                                         $(Behavioural_DIR_LIBRARY)
    37 
    3833#-----[ Rules ]--------------------------------------------
    3934
    40 Decod_unit_library              :
     35Decod_unit_library_only         :
     36                                @\
     37                                $(MAKE) --directory=$(Decod_unit_DIR) --makefile=Makefile;
     38
     39Decod_unit_library_clean_only   :
     40                                @\
     41                                $(MAKE) --directory=$(Decod_unit_DIR) --makefile=Makefile clean;
     42
     43Decod_unit_library              : Decod_unit_library_only
    4144                                @\
    4245                                $(MAKE) Behavioural_library;            \
    4346                                $(MAKE) Decod_library;                  \
    44                                 $(MAKE) Decod_queue_library;            \
    45                                 $(MAKE) --directory=$(Decod_unit_DIR) --makefile=Makefile;
     47                                $(MAKE) Decod_queue_library;
    4648
    47 Decod_unit_library_clean        :
     49Decod_unit_library_clean        : Decod_unit_library_clean_only
    4850                                @\
    4951                                $(MAKE) Behavioural_library_clean;      \
    5052                                $(MAKE) Decod_library_clean;            \
    51                                 $(MAKE) Decod_queue_library_clean;      \
    52                                 $(MAKE) --directory=$(Decod_unit_DIR) --makefile=Makefile clean;
     53                                $(MAKE) Decod_queue_library_clean;
Note: See TracChangeset for help on using the changeset viewer.