Changeset 235


Ignore:
Timestamp:
Jun 21, 2012, 3:50:24 PM (12 years ago)
Author:
haoliu
Message:

BUG FIX: In the ICACHE FSM, state ICACHE_XTN_CACHE_FLUSH

File:
1 edited

Legend:

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

    r233 r235  
    15111511            }
    15121512            r_icache_flush_count = r_icache_flush_count.read() + 1;
     1513       
     1514               
     1515            if ( r_icache_flush_count.read() == (m_icache_sets*m_icache_ways - 1) )
     1516            {
     1517                r_dcache_xtn_req        = false;
     1518                r_icache_fsm    = ICACHE_IDLE;
     1519            }
    15131520        }
    15141521       
    1515         if ( r_icache_flush_count.read() == (m_icache_sets*m_icache_ways - 1) )
    1516         {
    1517             r_dcache_xtn_req    = false;
    1518             r_icache_fsm        = ICACHE_IDLE;
    1519         }
    15201522        break;
    15211523    }
Note: See TracChangeset for help on using the changeset viewer.