Changes between Version 17 and Version 18 of Writing Rules/RISC
- Timestamp:
- Jan 10, 2008, 6:40:24 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/RISC
v17 v18 196 196 } 197 197 198 if ( ireq ) { 199 m_iss.setInstruction( iberr, p_icache.ins.read()) 200 } 198 if ( ireq ) m_iss.setInstruction( iberr, p_icache.ins.read() ) ; 201 199 202 200 if ( dberr && ( !dreq || dfrz ) ) { … … 205 203 m_iss.setDataResponse( dberr, p_dcache.rdata.read() ) ; 206 204 } 207 208 205 if ( m_iss.isBusy() || ifrz || dfrz ) { // Processor frozen or busy 209 206 m_iss.nullStep(); … … 211 208 m_iss.step(); 212 209 } 213 214 210 // report interrupts 215 211 uint32_t irqword = 0;