Skip to content

Commit

Permalink
Merge pull request #433 from 7FM/master
Browse files Browse the repository at this point in the history
Fix undriven signal
  • Loading branch information
Dolu1990 authored Nov 11, 2024
2 parents 35cf16e + 4b3af46 commit 4cf81af
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 4cf81af

Please sign in to comment.