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/Core/Multi_Execute_loop/Execute_loop/Multi_Write_unit/Write_unit/Execute_queue/Makefile.deps

    r74 r77  
    2525                                        $(Behavioural_DIR_LIBRARY)
    2626
    27 Execute_queue_DEPENDENCIES      =       Behavioural_library
     27#-----[ Rules ]--------------------------------------------
    2828
    29 Execute_queue_CLEAN             =       Behavioural_library_clean
    30 
    31 #-----[ Rules ]--------------------------------------------
    32 #.NOTPARALLEL                   : Execute_queue_library Execute_queue_library_clean
    33 
    34 Execute_queue_library           : $(Execute_queue_DEPENDENCIES)
     29Execute_queue_library           :
    3530                                @\
     31                                $(MAKE) Behavioural_library; \
    3632                                $(MAKE) --directory=$(Execute_queue_DIR) --makefile=Makefile;
    3733
    38 Execute_queue_library_clean     : $(Execute_queue_CLEAN)
     34Execute_queue_library_clean     :
    3935                                @\
     36                                $(MAKE) Behavioural_library_clean; \
    4037                                $(MAKE) --directory=$(Execute_queue_DIR) --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.