Changeset 921 for branches/wt_ideal/modules/vci_cc_vcache_wrapper/caba
- Timestamp:
- Jan 12, 2015, 3:21:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/wt_ideal/modules/vci_cc_vcache_wrapper/caba/source/src/vci_cc_vcache_wrapper.cpp
r920 r921 1647 1647 paddr = (paddr_t) m_dreq.addr; 1648 1648 if (m_dreq.valid) { 1649 #if 11650 // DO NOT COMMIT: QM ONLY, SCRIPT PURPOSE1651 if (m_dreq.addr == 0x0 && m_dreq.wdata == 0xDEADDEAD) {1652 std::cout << "Ecriture à l'adresse 0 pour fin de simu" << std::endl;1653 raise(SIGINT);1654 }1655 #endif1656 1657 1649 if (r_mmu_mode.read() & DATA_TLB_MASK) { 1658 1650 // DTLB activated
Note: See TracChangeset
for help on using the changeset viewer.