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

    r81 r142  
    1010Instruction                     = yes
    1111
     12ifndef Behavioural
     13include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     14endif
     15
    1216#-----[ Directory ]----------------------------------------
    1317
     
    1620#-----[ Library ]------------------------------------------
    1721
    18 Instruction_LIBRARY             =       -lInstruction
    19 
    20 Instruction_DIR_LIBRARY         =       -L$(Instruction_DIR)/lib
     22Instruction_LIBRARY             =       -lInstruction \
     23                                        $(Behavioural_LIBRARY)
    2124
    2225#-----[ Rules ]--------------------------------------------
    2326
    24 Instruction_library             :
     27Instruction_library_only        :
    2528                                @\
    2629                                $(MAKE) --directory=$(Instruction_DIR) --makefile=Makefile;
    2730
    28 Instruction_library_clean       :
     31Instruction_library_clean_only  :
    2932                                @\
    3033                                $(MAKE) --directory=$(Instruction_DIR) --makefile=Makefile clean;
    3134
     35Instruction_library             : Instruction_library_only
     36                                @\
     37                                $(MAKE) Behavioural_library;
     38
     39Instruction_library_clean       : Instruction_library_clean_only
     40                                @\
     41                                $(MAKE) Behavioural_library_clean;
     42
     43
Note: See TracChangeset for help on using the changeset viewer.