-
-
Notifications
You must be signed in to change notification settings - Fork 12
HInt fault in frontend
Ruige Lee edited this page May 14, 2022
·
1 revision
when( io.mmu_if.valid & io.mmu_if.bits.is_access_fault ) {
ibuf.io.enq(0).bits.instr := "b1001110001000001".U
ibuf.io.enq(0).bits.pc := io.if2_req.bits.pc
} .elsewhen( io.mmu_if.valid & io.mmu_if.bits.is_paging_fault ) {
ibuf.io.enq(0).bits.instr := "b1001110001000101".U
ibuf.io.enq(0).bits.pc := io.if2_req.bits.pc
}