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

    r81 r142  
    88# DIR_MORPHEO must be defined
    99
    10 Select_Priority_Fixed                   = yes
     10Select_Priority_Fixed                           = yes
    1111
    1212ifndef Behavioural
    13 include                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
     13include                                         $(DIR_MORPHEO)/Behavioural/Makefile.deps
    1414endif
    1515
    1616#-----[ Library ]------------------------------------------
    17 Select_Priority_Fixed_LIBRARY           =       -lSelect_Priority_Fixed \
    18                                         $(Behavioural_LIBRARY) 
    19 
    20 Select_Priority_Fixed_DIR_LIBRARY               =       -L$(DIR_MORPHEO)/Behavioural/Generic/Select/Select_Priority_Fixed/lib   \
    21                                         $(Behavioural_DIR_LIBRARY)
     17Select_Priority_Fixed_LIBRARY                   =       -lSelect_Priority_Fixed \
     18                                                        $(Behavioural_LIBRARY) 
    2219
    2320#-----[ Rules ]--------------------------------------------
    2421
    25 Select_Priority_Fixed_library           :
    26                                 @\
    27                                 $(MAKE) Behavioural_library; \
    28                                 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Select/Select_Priority_Fixed --makefile=Makefile;
     22Select_Priority_Fixed_library_only              :
     23                                                @\
     24                                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Select/Select_Priority_Fixed --makefile=Makefile;
    2925       
    30 Select_Priority_Fixed_library_clean     :
    31                                 @\
    32                                 $(MAKE) Behavioural_library_clean; \
    33                                 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Select/Select_Priority_Fixed --makefile=Makefile clean;
     26Select_Priority_Fixed_library_clean_only        :
     27                                                @\
     28                                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/Generic/Select/Select_Priority_Fixed --makefile=Makefile clean;
     29
     30Select_Priority_Fixed_library                   : Select_Priority_Fixed_library_only
     31                                                @\
     32                                                $(MAKE) Behavioural_library;
     33       
     34Select_Priority_Fixed_library_clean             : Select_Priority_Fixed_library_clean_only
     35                                                @\
     36                                                $(MAKE) Behavioural_library_clean;
Note: See TracChangeset for help on using the changeset viewer.