Ignore:
Timestamp:
Jun 3, 2009, 10:15:51 AM (15 years ago)
Author:
rosiere
Message:

Modif for performance :
1) Load Store Unit : store send request to valid exeception
2) Commit_unit : retire can bypass store
3) Commit_unit : add stat to manage store instruction
4) Load Store Unit and Load Store Pointer Manager : add store_queue_ptr_read
5) Fix lot of bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platforms/Test/Makefile

    r120 r122  
    3131PRIORITY                        = 0
    3232endif
     33
    3334ifeq ($(flavor CLEAN), undefined)
    3435CLEAN                           = 0
     
    7576EXEC                            =       $(DIR_BIN)/soft.x
    7677EXEC_PREFIX                     =       $(NICE) -n $(PRIORITY)
    77 #$(VALGRIND)
     78# $(VALGRIND)
    7879
    7980#-----[ Compilation ]--------------------------------------
     
    8788#                                       $(MORPHEO_LIBDIR)                       
    8889
    89 # FIXME !!!
    9090LIBDIR                          =       $(SYSTEMC_LIBDIR_$(SIMULATOR_SYSTEMC))          \
    9191                                        -L$(DIR_LIB)
     
    193193
    194194env                             : soft lib
     195                                @$(MAKE) $(EXEC)
    195196
    196197lib                             :
Note: See TracChangeset for help on using the changeset viewer.