Changeset 811 for trunk/modules/vci_mem_cache/caba
- Timestamp:
- Sep 23, 2014, 11:00:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/src/vci_mem_cache.cpp
r799 r811 625 625 std::cout << "Monitor MEMC " << name() 626 626 << " at cycle " << std::dec << m_cpt_cycles 627 << " for address" << std::hex << addr627 << " : address = " << std::hex << addr 628 628 << " / VAL = " << std::dec << entry.valid 629 629 << " / WAY = " << way
Note: See TracChangeset
for help on using the changeset viewer.