Changeset 752 for trunk/modules/vci_mem_cache
- Timestamp:
- Jul 18, 2014, 11:38:54 AM (10 years ago)
- Location:
- trunk/modules/vci_mem_cache/caba/source/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/include/mem_cache_directory.h
r499 r752 650 650 { 651 651 m_cache_data[i][j] = new uint32_t [words]; 652 // Init to avoid potential errors from memory checkers 653 std::memset(m_cache_data[i][j], 0, sizeof(uint32_t) * words); 652 654 } 653 655 } -
trunk/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h
r722 r752 404 404 405 405 // instrumentation counters 406 uint 32_t m_cpt_cycles; // Counter of cycles407 uint 32_t m_cpt_reset_count; // Cycle at which the counters were last reset406 uint64_t m_cpt_cycles; // Counter of cycles 407 uint64_t m_cpt_reset_count; // Cycle at which the counters were last reset 408 408 409 409 // Counters accessible in software (not yet but eventually)
Note: See TracChangeset
for help on using the changeset viewer.