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

🐛 fix CPU stall on illegal LD/ST instruction #356

Merged
merged 2 commits into from
Jun 28, 2022

Conversation

stnolting
Copy link
Owner

An illegal load/store instruction (e.g. invalid func3 field) caused the CPU to stall permanently. This PR fixes this bug.

@stnolting stnolting added bug Something isn't working HW hardware-related labels Jun 28, 2022
@stnolting stnolting self-assigned this Jun 28, 2022
@stnolting stnolting marked this pull request as ready for review June 28, 2022 08:47
@stnolting stnolting merged commit 75f24e8 into main Jun 28, 2022
@stnolting stnolting deleted the fix_illegal_ldst_stall branch June 28, 2022 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant