Changeset 101 for trunk


Ignore:
Timestamp:
Oct 1, 2010, 1:08:55 PM (14 years ago)
Author:
gao
Message:

Delete the evaluation codes for speedup simulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_cc_vcache_wrapper2_v1/caba/source/src/vci_cc_vcache_wrapper2_v1.cpp

    r96 r101  
    3333
    3434//#define SOCLIB_MODULE_DEBUG
     35//#define EVALUATION_CACHE
    3536#ifdef SOCLIB_MODULE_DEBUG
    3637namespace {
     
    52185219        m_cpt_dcache_frz_cycles++;
    52195220    }
     5221#ifdef EVALUATION_CACHE
    52205222    for (size_t way = 0; way < m_dcache_ways; way++ )
    52215223    {   
     
    52265228        }
    52275229    }
     5230#endif
    52285231    ////////////////////////////////////////////////////////////////////////////
    52295232    //     VCI_CMD FSM
Note: See TracChangeset for help on using the changeset viewer.