Skip to content

Commit

Permalink
consider the case that seip is none
Browse files Browse the repository at this point in the history
Co-authored-by: Jiuyang Liu <[email protected]>
  • Loading branch information
PorterLu and sequencer committed Aug 9, 2024
1 parent 492f55d commit 20a802a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketemu/src/TestBench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class TestBench(generator: SerializableModuleGenerator[RocketTile, RocketTilePar
dut.io.mtip := 0.U
dut.io.meip := 0.U
dut.io.msip := 0.U
dut.io.seip.get := 0.U
dut.io.seip.foreach(_ := 0.U)
dut.io.buserror := 0.U

// get resetVector from simulator
Expand Down

0 comments on commit 20a802a

Please sign in to comment.