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

    r76 r77  
    1919
    2020#-----[ Library ]------------------------------------------
     21
    2122@COMPONENT_LIBRARY              =       -l@COMPONENT    \
    2223                                        $(Behavioural_LIBRARY) 
     
    2930@COMPONENT_library              :
    3031                                @\
    31                                 $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile;
     32                                $(MAKE) Behavioural_library;
    3233                                $(MAKE) --directory=$(@COMPONENT_DIR) --makefile=Makefile;
    3334
    3435@COMPONENT_library_clean        :
    3536                                @\
    36                                 $(MAKE) --directory=$(Behavioural_DIR) --makefile=Makefile clean;
     37                                $(MAKE) Behavioural_library_clean;
    3738                                $(MAKE) --directory=$(@COMPONENT_DIR) --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.