Ignore:
Timestamp:
Jan 12, 2015, 3:21:22 PM (9 years ago)
Author:
meunier
Message:

wt_ideal branch:

  • Forgot to remove the hack in vci_cc_vcache to end simulation on almos (obviously...)
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  
    16471647        paddr = (paddr_t) m_dreq.addr;
    16481648        if (m_dreq.valid) {
    1649 #if 1
    1650             // DO NOT COMMIT: QM ONLY, SCRIPT PURPOSE
    1651             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 #endif
    1656 
    16571649            if (r_mmu_mode.read() & DATA_TLB_MASK) {
    16581650                // DTLB activated
Note: See TracChangeset for help on using the changeset viewer.