Changeset 122 for trunk/Platforms


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

Location:
trunk/Platforms/Test
Files:
2 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                             :
  • trunk/Platforms/Test/data/debug/debug.cfg

    r120 r122  
    11../../IPs/systemC/processor/Morpheo/Files/debug.sim
    22../../IPs/systemC/processor/Morpheo/Files/Morpheo.gen
    3 ../../IPs/systemC/processor/Morpheo/Files/Instance_x2_w1_5.cfg
    4 ../../Softwares/Test/Test_x000/bin/soft.x
     3../../IPs/systemC/processor/Morpheo/Files/Instance_x1_w4_1.cfg
     4../../Softwares/Test/Test_000/bin/soft.x
    550
    660
Note: See TracChangeset for help on using the changeset viewer.