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

    r74 r77  
    1919
    2020#-----[ Library ]------------------------------------------
     21
    2122Write_queue_LIBRARY             =       -lWrite_queue   \
    2223                                        $(Behavioural_LIBRARY) 
     
    2526                                        $(Behavioural_DIR_LIBRARY)
    2627
    27 Write_queue_DEPENDENCIES        =       Behavioural_library
     28#-----[ Rules ]--------------------------------------------
    2829
    29 Write_queue_CLEAN               =       Behavioural_library_clean
    30 
    31 #-----[ Rules ]--------------------------------------------
    32 #.NOTPARALLEL                   : Write_queue_library Write_queue_library_clean
    33 
    34 Write_queue_library             : $(Write_queue_DEPENDENCIES)
     30Write_queue_library             :
    3531                                @\
     32                                $(MAKE) Behavioural_library;    \
    3633                                $(MAKE) --directory=$(Write_queue_DIR) --makefile=Makefile;
    3734
    38 Write_queue_library_clean       : $(Write_queue_CLEAN)
     35Write_queue_library_clean       :
    3936                                @\
     37                                $(MAKE) Behavioural_library_clean;      \
    4038                                $(MAKE) --directory=$(Write_queue_DIR) --makefile=Makefile clean;
Note: See TracChangeset for help on using the changeset viewer.