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

    r81 r142  
    3535                                        $(Behavioural_LIBRARY) 
    3636
    37 Ifetch_unit_DIR_LIBRARY         =       -L$(Ifetch_unit_DIR)/lib                \
    38                                         $(Address_management_DIR_LIBRARY)       \
    39                                         $(Ifetch_queue_DIR_LIBRARY)             \
    40                                         $(Ifetch_unit_Glue_DIR_LIBRARY)         \
    41                                         $(Behavioural_DIR_LIBRARY)
    42 
    4337#-----[ Rules ]--------------------------------------------
    4438
    45 Ifetch_unit_library             :
     39Ifetch_unit_library_only        :
    4640                                @\
    47                                 $(MAKE) Behavioural_library;                                            \
    48                                 $(MAKE) --directory=$(Address_management_DIR)   --makefile=Makefile;    \
    49                                 $(MAKE) --directory=$(Ifetch_queue_DIR)         --makefile=Makefile;    \
    50                                 $(MAKE) --directory=$(Ifetch_unit_Glue_DIR)     --makefile=Makefile;    \
    5141                                $(MAKE) --directory=$(Ifetch_unit_DIR)          --makefile=Makefile;
    5242
    53 Ifetch_unit_library_clean       :
     43Ifetch_unit_library_clean_only  :
    5444                                @\
    55                                 $(MAKE) Behavioural_library_clean;                                              \
    56                                 $(MAKE) --directory=$(Address_management_DIR)   --makefile=Makefile clean;      \
    57                                 $(MAKE) --directory=$(Ifetch_queue_DIR)         --makefile=Makefile clean;      \
    58                                 $(MAKE) --directory=$(Ifetch_unit_Glue_DIR)     --makefile=Makefile clean;      \
    5945                                $(MAKE) --directory=$(Ifetch_unit_DIR)          --makefile=Makefile clean;
     46
     47Ifetch_unit_library             : Ifetch_unit_library_only
     48                                @\
     49                                $(MAKE) Behavioural_library;            \
     50                                $(MAKE) Address_management_library;     \
     51                                $(MAKE) Ifetch_queue_library;           \
     52                                $(MAKE) Ifetch_unit_Glue_library;
     53
     54Ifetch_unit_library_clean       : Ifetch_unit_library_clean_only
     55                                @\
     56                                $(MAKE) Behavioural_library_clean;              \
     57                                $(MAKE) Address_management_library_clean;       \
     58                                $(MAKE) Ifetch_queue_library_clean;             \
     59                                $(MAKE) Ifetch_unit_Glue_library_clean;
Note: See TracChangeset for help on using the changeset viewer.