From 8c1e69b872a4377f4cdfe88e0c522ee004889570 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Fri, 20 Sep 2024 11:40:28 +0200 Subject: [PATCH] Fix #430 --- src/main/scala/vexriscv/plugin/DecoderSimplePlugin.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/vexriscv/plugin/DecoderSimplePlugin.scala b/src/main/scala/vexriscv/plugin/DecoderSimplePlugin.scala index a525b77..5aa9088 100644 --- a/src/main/scala/vexriscv/plugin/DecoderSimplePlugin.scala +++ b/src/main/scala/vexriscv/plugin/DecoderSimplePlugin.scala @@ -88,7 +88,7 @@ class DecoderSimplePlugin(catchIllegalInstruction : Boolean = false, } } - val detectLegalInstructions = catchIllegalInstruction || throwIllegalInstruction || forceLegalInstructionComputation || assertIllegalInstruction + val detectLegalInstructions = true object ASSERT_ERROR extends Stageable(Bool)