Changeset 175 for trunk/platforms


Ignore:
Timestamp:
Jun 5, 2011, 1:24:11 PM (13 years ago)
Author:
kane
Message:

vci_cc_xcache_wrapper_v4 : suppress one state (CC_UPDATE)

Location:
trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/configuration/default.cfg

    r167 r175  
    1 1
     12
    224 4
    334 64 16
  • trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/define.h

    r165 r175  
    2828#define SORT_SHELL_SIZE                       5000
    2929#define MATRIX_MULTIPLICATION_ST_SIZE         50
    30 #define MATRIX_MULTIPLICATION_MT_SIZE         96
     30#define MATRIX_MULTIPLICATION_MT_SIZE         75
    3131#define MATRIX_MULTIPLICATION_MT_LOCK_BY_LINE 1
    3232#define SELF_CODE_MODIFYING_NB_RUNS           10
  • trunk/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/top.cpp

    r167 r175  
    3232
    3333#  define USE_OLD_XCACHE                    0
    34 #  define USE_VGMN                          1
    3534#  define NB_PROC_MIN                       1
    3635#  define NB_PROC_MAX                       15
     
    460459          sc_start(sc_core::sc_time(ncycles, SC_NS));
    461460
     461        // sc_start(sc_core::sc_time(1013000, SC_NS));
     462        // uint32_t num_cycle=1013000 ;
     463
     464        // for (uint32_t i=0; i<600; ++i)
     465        //   {
     466        //     std::cout << std::endl
     467        //               << std::dec << "===== [ cycle " << num_cycle << " ]======" << std::endl
     468        //               << std::endl;
     469        //     sc_start(sc_core::sc_time(1, SC_NS));
     470        //     interconnect_p.print_trace();
     471        //     num_cycle ++;
     472        //   }
     473
    462474        // std::cout << "Hit ENTER to end simulation" << std::endl;
    463475        // char buf[1];
Note: See TracChangeset for help on using the changeset viewer.