Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegal_reg_rv32e not updated on two consecutive multicycle invalid instructions #2192

Open
esdatmisarian opened this issue Jul 18, 2024 · 1 comment
Assignees
Labels

Comments

@esdatmisarian
Copy link

Observed Behavior

On sequence
issue_with_two_consecutives_multicycle_illegal_instruction

jalr x2, 0(x16) Decode PC:32'h10080 Invalid correctly handled
jalr x2, 0(x16) Decode PC:32'h10000 Invalid not handled -> x2 wrongly updated

Expected Behavior

Steps to reproduce the issue

My Environment

EDA tool and version:

Operating system:

Version of the Ibex source code:

Configuration:
Two-stage pipeline without additional branch target ALU
RegFile : "ibex_pkg::RegFileFF"
BranchTargetALU : 0
WritebackStage : 0
9e4a950

@esdatmisarian
Copy link
Author

Configuration RV32E

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants