Ignore:
Timestamp:
Feb 5, 2008, 5:21:20 PM (16 years ago)
Author:
rosiere
Message:
  • Add two component :
    • network between read unit and execute unit
    • network between execute unit and write unit
  • remove parameters "nb_operation" and "nb_type"
  • in write_queue add the special case : load_speculative
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.deps

    r76 r77  
    22# $Id$
    33#
    4 # [ Description ]
     4# [ Description ]
    55#
    66# Makefile
     
    1414endif
    1515
    16 #-----[ Library ]------------------------------------------
    17 Behavioural_LIBRARY             =       -lBehavioural                           
     16#-----[ Directory ]----------------------------------------
    1817
    19 Behavioural_DIR_LIBRARY         =       -L$(DIR_MORPHEO)/Behavioural/lib
     18Behavioural_DIR                 =       $(DIR_MORPHEO)/Behavioural
    2019
    21 Behavioural_DEPENDENCIES        =       Common_library
     20#-----[ Library ]------------------------------------------
    2221
    23 Behavioural_CLEAN               =       Common_library_clean
     22Behavioural_LIBRARY             =       -lCommon                \
     23                                        -lBehavioural   
    2424
     25Behavioural_DIR_LIBRARY         =       -L$(Common_DIR)/lib     \
     26                                        -L$(Behavioural_DIR)/lib
    2527
    26 #-----[ Rules ]--------------------------------------------
     28#-----[ Rules ]--------------------------------------------
    2729
    28 #.NOTPARALLEL                   : Behavioural_library
    29 #.NOTPARALLEL                   : Behavioural_library_clean
     30Behavioural_library             :
     31                                @\
     32                                $(MAKE) Common_library;
     33                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile;
    3034
    31 Behavioural_library             : $(Behavioural_DEPENDENCIES)
     35Behavioural_library_clean       :
    3236                                @\
    33                                 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile ;
    34 
    35 Behavioural_library_clean       : $(Behavioural_CLEAN)
    36                                 @\
    37                                 $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean;
     37                                $(MAKE) Common_library_clean;
     38                                $(MAKE) --directory=$(Behavioural_DIR)  --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.