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.Component

    r71 r77  
    1 #-----[ Directory ]----------------------------------------
     1#-----[ Directory ]----------------------------------------
    22DIR_DOC                         = doc
    33DIR_LIB                         = lib
    44DIR_TEST                        = SelfTest
    55
    6 #-----[ Variable ]-----------------------------------------
     6#-----[ Variable ]-----------------------------------------
    77OBJECTS                         = $(OBJECTS_COMMON)
    88
    9 #-----[ Rules ]--------------------------------------------
     9#-----[ Rules ]--------------------------------------------
    1010.PRECIOUS                       : $(DIR_LIB)/%.a
    1111#.NOTPARALLEL                   : clean help
     
    3333component_help                  :
    3434                                @\
    35                                 $(ECHO) " -----[ Component ]----------------------------------";\
     35                                $(ECHO) " -----[ Component ]----------------------------------";\
    3636                                $(ECHO) "";\
    3737                                $(ECHO) " * all_component        : compile all c++ file and generate library";\
Note: See TracChangeset for help on using the changeset viewer.