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

    r81 r142  
    1616#-----[ Directory ]----------------------------------------
    1717
    18 Ifetch_queue_DIR                        =       $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Ifetch_unit/Ifetch_queue
     18Ifetch_queue_DIR                =       $(DIR_MORPHEO)/Behavioural/Core/Multi_Front_end/Front_end/Ifetch_unit/Ifetch_queue
    1919
    2020#-----[ Library ]------------------------------------------
     
    2323                                        $(Behavioural_LIBRARY) 
    2424
    25 Ifetch_queue_DIR_LIBRARY                =       -L$(Ifetch_queue_DIR)/lib       \
    26                                         $(Behavioural_DIR_LIBRARY)
    27 
    2825#-----[ Rules ]--------------------------------------------
    2926
    30 Ifetch_queue_library            :
     27Ifetch_queue_library_only       :
    3128                                @\
    32                                 $(MAKE) Behavioural_library;            \
    3329                                $(MAKE) --directory=$(Ifetch_queue_DIR) --makefile=Makefile;
    3430
    35 Ifetch_queue_library_clean      :
     31Ifetch_queue_library_clean_only :
    3632                                @\
    37                                 $(MAKE) Behavioural_library_clean;      \
    3833                                $(MAKE) --directory=$(Ifetch_queue_DIR) --makefile=Makefile clean;
     34
     35Ifetch_queue_library            : Ifetch_queue_library_only
     36                                @\
     37                                $(MAKE) Behavioural_library;
     38
     39Ifetch_queue_library_clean      : Ifetch_queue_library_clean_only
     40                                @\
     41                                $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.