Ignore:
Timestamp:
Jan 19, 2008, 12:09:01 PM (16 years ago)
Author:
rosiere
Message:

Modification of Statisctics
Add a new systemC component : Load_Store_Queue (tested with one benchmark and one configuration). Store don't supported the Data Buss Error (Load is supported)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.deps

    r53 r71  
    1010Behavioural                     = yes
    1111
    12 #ifndef Behavioural
    13 #include $(DIR_MORPHEO)/Behavioural/Makefile.deps
    14 #endif
     12ifndef Common
     13include $(DIR_MORPHEO)/Common/Makefile.deps
     14endif
    1515
    1616#-----[ Library ]------------------------------------------
    1717Behavioural_LIBRARY             =       -lBehavioural                           
    1818
    19 #                                       $(Common_LIBRARY)
    20 
    2119Behavioural_DIR_LIBRARY         =       -L$(DIR_MORPHEO)/Behavioural/lib
    2220
    23 #                                       $(Common_DIR_LIBRARY)
     21Behavioural_DEPENDENCIES        =       Common_library
     22
     23Behavioural_CLEAN               =       Common_library_clean
     24
    2425
    2526#-----[ Rules ]--------------------------------------------
    2627
    27 Behavioural_library             :
     28#.NOTPARALLEL                   : Behavioural_library Behavioural_library_clean
     29
     30Behavioural_library             : $(Behavioural_DEPENDENCIES)
    2831                                @\
    2932                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile ;
    30 
    31 #                               @$(MAKE) Common_library
    3233       
    33 Behavioural_library_clean       :
     34Behavioural_library_clean       : $(Behavioural_CLEAN)
    3435                                @\
    3536                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural --makefile=Makefile clean;
    36 
    37 #                               @$(MAKE) Common_library_clean
Note: See TracChangeset for help on using the changeset viewer.