- Timestamp:
 - May 21, 2012, 3:17:01 PM (13 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
r230 r231 4694 4694 if ( ok ) // successful registration 4695 4695 { 4696 r_dcache_cleanup_req = false;4697 4696 r_cleanup_fsm = CLEANUP_DATA_GO; 4698 4697 r_cleanup_trdid = index<<1; … … 4705 4704 if ( ok ) // successful registration 4706 4705 { 4707 r_icache_cleanup_req = false;4708 4706 r_cleanup_fsm = CLEANUP_INS_GO; 4709 4707 r_cleanup_trdid = (index<<1) + 1; … … 4723 4721 if ( ok ) // successful registration 4724 4722 { 4725 r_icache_cleanup_req = false;4726 4723 r_cleanup_fsm = CLEANUP_INS_GO; 4727 4724 r_cleanup_trdid = (index<<1) + 1; … … 4734 4731 if ( ok ) // successful registration 4735 4732 { 4736 r_dcache_cleanup_req = false;4737 4733 r_cleanup_fsm = CLEANUP_DATA_GO; 4738 4734 r_cleanup_trdid = index<<1; … … 4747 4743 { 4748 4744 r_cleanup_fsm = CLEANUP_INS_IDLE; 4745 r_dcache_cleanup_req = false; 4749 4746 4750 4747 #if DEBUG_CLEANUP … … 4765 4762 { 4766 4763 r_cleanup_fsm = CLEANUP_DATA_IDLE; 4764 r_icache_cleanup_req = false; 4767 4765 4768 4766 #if DEBUG_CLEANUP  
Note: See TracChangeset
          for help on using the changeset viewer.
      