Fix undriven signal
This commit is contained in:
parent
35cf16ea56
commit
4b3af464dc
|
@ -371,6 +371,7 @@ class IBusSimplePlugin( resetVector : BigInt,
|
||||||
}
|
}
|
||||||
|
|
||||||
val fetchRsp = FetchRsp()
|
val fetchRsp = FetchRsp()
|
||||||
|
fetchRsp.isRvc := False
|
||||||
fetchRsp.pc := stages.last.output.payload
|
fetchRsp.pc := stages.last.output.payload
|
||||||
fetchRsp.rsp := rspBuffer.output.payload
|
fetchRsp.rsp := rspBuffer.output.payload
|
||||||
fetchRsp.rsp.error.clearWhen(!rspBuffer.output.valid) //Avoid interference with instruction injection from the debug plugin
|
fetchRsp.rsp.error.clearWhen(!rspBuffer.output.valid) //Avoid interference with instruction injection from the debug plugin
|
||||||
|
|
Loading…
Reference in New Issue