Merge pull request #433 from 7FM/master

Fix undriven signal
This commit is contained in:
Dolu1990 2024-11-11 17:54:46 +01:00 committed by GitHub
commit 4cf81af23b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ class IBusSimplePlugin( resetVector : BigInt,
}
val fetchRsp = FetchRsp()
fetchRsp.isRvc := False
fetchRsp.pc := stages.last.output.payload
fetchRsp.rsp := rspBuffer.output.payload
fetchRsp.rsp.error.clearWhen(!rspBuffer.output.valid) //Avoid interference with instruction injection from the debug plugin