Changeset 209
- Timestamp:
- Mar 16, 2012, 12:27:41 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
r206 r209 725 725 m_debug_cleanup_fsm = false; 726 726 727 /*728 727 // activity counters 729 728 m_cpt_dcache_data_read = 0; … … 737 736 738 737 m_cpt_frz_cycles = 0; 739 m_cpt_dcache_frz_cycles = 0;740 738 m_cpt_total_cycles = 0; 741 742 m_cpt_read = 0; 743 m_cpt_write = 0; 739 m_cpt_stop_simulation = 0; 740 744 741 m_cpt_data_miss = 0; 745 742 m_cpt_ins_miss = 0; … … 792 789 m_cost_data_tlb_inval_frz = 0; 793 790 794 m_cpt_cc_update_data = 0;795 m_cpt_cc_inval_ins = 0;796 m_cpt_cc_inval_data = 0;797 791 m_cpt_cc_broadcast = 0; 798 792 … … 822 816 m_cost_dtlb_ll_dirty_transaction = 0; 823 817 m_cost_dtlb_sc_dirty_transaction = 0; 818 /* 819 m_cpt_dcache_frz_cycles = 0; 820 m_cpt_read = 0; 821 m_cpt_write = 0; 822 m_cpt_cc_update_data = 0; 823 m_cpt_cc_inval_ins = 0; 824 m_cpt_cc_inval_data = 0; 825 */ 824 826 825 827 for (uint32_t i=0; i<32 ; ++i) m_cpt_fsm_icache [i] = 0; … … 831 833 for (uint32_t i=0; i<32 ; ++i) m_cpt_fsm_rsp_cleanup [i] = 0; 832 834 833 */834 835 return; 835 836 } … … 3869 3870 m_cpt_dcache_data_read++; 3870 3871 m_cpt_dcache_dir_read++; 3871 #endif ;3872 #endif 3872 3873 assert( hit and "error in DCACHE_DIRTY_TLB_SET: the PTE should be in dcache" ); 3873 3874
Note: See TracChangeset
for help on using the changeset viewer.