Changeset 199 for trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/src
- Timestamp:
 - Feb 20, 2012, 7:27:41 PM (14 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/modules/vci_cc_vcache_wrapper_v4/caba/source/src/vci_cc_vcache_wrapper_v4.cpp
r198 r199 3267 3267 } 3268 3268 //////////////////////// 3269 case DCACHE_TLB_SC_WAIT: // wait response to SC transaction from RSP FSM3269 case DCACHE_TLB_SC_WAIT: // wait response to SC transaction from RSP FSM 3270 3270 // we consume the response, and exit the sub-fsm. 3271 3271 // we don't analyse the response, because 3272 3272 // we don't care if the L/R bit update is not done 3273 { 3273 // we must take the coherence requests because 3274 // there is a risk of dead-lock 3275 3276 { 3277 // external coherence request 3278 if ( r_tgt_dcache_req ) 3279 { 3280 r_dcache_fsm = DCACHE_CC_CHECK; 3281 r_dcache_fsm_save = r_dcache_fsm; 3282 break; 3283 } 3284 3274 3285 if ( not r_dcache_vci_sc_req.read() ) // response available 3275 3286 {  
Note: See TracChangeset
          for help on using the changeset viewer.
      