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

    r71 r77  
    1010Common                  =       yes
    1111
     12#-----[ Directory ]----------------------------------------
     13
     14Common_DIR              =       $(DIR_MORPHEO)/Common
     15
    1216#-----[ Library ]------------------------------------------
     17
    1318Common_LIBRARY          =       -lCommon
    1419
    15 Common_DIR_LIBRARY      =       -L$(DIR_MORPHEO)/Common/lib
    16 
    17 Common_DEPENDENCIES     =
    18 
    19 Common_CLEAN            =
    20 
     20Common_DIR_LIBRARY      =       -L$(Common_DIR)/lib
    2121
    2222#-----[ Rules ]--------------------------------------------
    2323
    24 #.NOTPARALLEL           : Common_library Common_library_clean
     24Common_library          :
     25                        @\
     26                        $(MAKE) --directory=$(Common_DIR) --makefile=Makefile
    2527
    26 Common_library          : $(Common_DEPENDENCIES)
     28Common_library_clean    :
    2729                        @\
    28                         $(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile
    29        
    30 Common_library_clean    : $(Common_CLEAN)
    31                         @\
    32                         $(MAKE) --directory=$(DIR_MORPHEO)/Common --makefile=Makefile clean
     30                        $(MAKE) --directory=$(Common_DIR) --makefile=Makefile clean
Note: See TracChangeset for help on using the changeset viewer.