Changeset 612


Ignore:
Timestamp:
Dec 31, 2013, 12:55:53 PM (10 years ago)
Author:
almaless
Message:

memc: merge all the config interface access except the IRQ one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RWT/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp

    r611 r612  
    11391139            m_cpt_update_remote      = 0;
    11401140            m_cpt_update_cost        = 0;
    1141             m_cpt_minval            = 0;
    1142             m_cpt_minval_local      = 0;
    1143             m_cpt_minval_remote     = 0;
    1144             m_cpt_minval_cost       = 0;
    1145             m_cpt_binval           = 0;
     1141            m_cpt_minval             = 0;
     1142            m_cpt_minval_local       = 0;
     1143            m_cpt_minval_remote      = 0;
     1144            m_cpt_minval_cost        = 0;
     1145            m_cpt_binval             = 0;
    11461146            m_cpt_cleanup_local      = 0;
    11471147            m_cpt_cleanup_remote     = 0;
Note: See TracChangeset for help on using the changeset viewer.