Changes between Version 17 and Version 18 of Writing Rules/RISC


Ignore:
Timestamp:
Jan 10, 2008, 6:40:24 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/RISC

    v17 v18  
    196196    }
    197197
    198     if ( ireq ) {
    199         m_iss.setInstruction( iberr, p_icache.ins.read())
    200     }
     198    if ( ireq ) m_iss.setInstruction( iberr, p_icache.ins.read() ) ;
    201199
    202200    if ( dberr && ( !dreq || dfrz ) ) {
     
    205203        m_iss.setDataResponse( dberr, p_dcache.rdata.read() ) ;
    206204    }
    207 
    208205    if ( m_iss.isBusy() || ifrz || dfrz ) {     //  Processor frozen or busy
    209206        m_iss.nullStep();
     
    211208        m_iss.step();
    212209    }
    213 
    214210    // report interrupts
    215211    uint32_t irqword = 0;