Skip to content

Commit

Permalink
Fix undriven signal
Browse files Browse the repository at this point in the history
  • Loading branch information
7FM authored Nov 11, 2024
1 parent 35cf16e commit 4b3af46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/vexriscv/plugin/IBusSimplePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b3af46

Please sign in to comment.