Skip to content

Commit

Permalink
Fix #430
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Sep 20, 2024
1 parent 497aac7 commit 9dcf5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/vexriscv/plugin/DecoderSimplePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class DecoderSimplePlugin(catchIllegalInstruction : Boolean = false,
}
}

val detectLegalInstructions = catchIllegalInstruction || throwIllegalInstruction || forceLegalInstructionComputation || assertIllegalInstruction
val detectLegalInstructions = true

object ASSERT_ERROR extends Stageable(Bool)

Expand Down

0 comments on commit 9dcf5c3

Please sign in to comment.