We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On sequence
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
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
The text was updated successfully, but these errors were encountered:
Configuration RV32E
Sorry, something went wrong.
GregAC
No branches or pull requests
Observed Behavior
On sequence
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
The text was updated successfully, but these errors were encountered: