Ignore:
Timestamp:
Oct 20, 2009, 8:52:15 PM (15 years ago)
Author:
rosiere
Message:

1) Add new algo in ifetch queue
2) Add Cancel bit
3) new config

Location:
trunk/Softwares/SPECINT2000
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/SPECINT2000/Makefile.defs

    r124 r136  
    77#
    88
    9 NB_THREAD_MAX           = 8
     9NB_THREAD_MAX           = 1
    1010
    11 BENCHS                  = \
    12                         164.gzip        \
     11BENCHS                  = 164.gzip
    1312
    14 #                       175.vpr         \
    15 
    16 #                       176.gcc         \
    17 #                       181.mcf         \
    18 #                       255.vortex      \
    19 #                       256.bzip2       \
    20 #                       300.twolf
    21 
     13#                       164.gzip       
     14#                       175.vpr         
     15#                       176.gcc         
     16#                       181.mcf         
     17#                       255.vortex     
     18#                       256.bzip2       
     19#                       300.twolf
    2220
    2321#164.gzip       \
  • trunk/Softwares/SPECINT2000/src/include/workload.h

    r124 r136  
    1212void (*WorkLoad[])() =
    1313{
    14         (void *) run_300_twolf
     14        (void *) run_164_gzip
    1515};
    1616
    1717#define NB_WORKLOAD   (sizeof(WorkLoad)/sizeof(void *))
    1818
    19 #ifndef NB_THREAD_MAX
    20         #error "NB_THREAD_MAX is undefined"
    21 #endif
     19# ifndef NB_THREAD_MAX
     20error "NB_THREAD_MAX is undefined"
     21# endif
    2222
    2323#endif //workload_h
Note: See TracChangeset for help on using the changeset viewer.