Skip to content

decoder: Strengthen illegal instruction containment and add verification testbench#2385

Closed
Anubhav-30 wants to merge 1 commit intolowRISC:masterfrom
Anubhav-30:test/illegal-instr-safe-verification
Closed

decoder: Strengthen illegal instruction containment and add verification testbench#2385
Anubhav-30 wants to merge 1 commit intolowRISC:masterfrom
Anubhav-30:test/illegal-instr-safe-verification

Conversation

@Anubhav-30
Copy link
Copy Markdown

This PR enhances illegal instruction handling in the decoder by ensuring
all side-effect-causing signals are safely disabled, including memory
control signals.

Additionally, a dedicated testbench is added to verify correct behavior
when illegal instructions are encountered.

The test injects an illegal instruction and confirms that no register
writes, memory requests, or control flow changes are triggered.

This improves robustness and aligns behavior with real hardware safety expectations.

@SamuelRiedel
Copy link
Copy Markdown
Contributor

Duplicate of #2384

@SamuelRiedel SamuelRiedel marked this as a duplicate of #2384 Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants