Skip to content

[ibex_core] Fix assertion when SecureIbex is false#2251

Merged
rswarbrick merged 1 commit intolowRISC:masterfrom
rswarbrick:no-fetch-assert-without-secure-ibex
Jan 24, 2025
Merged

[ibex_core] Fix assertion when SecureIbex is false#2251
rswarbrick merged 1 commit intolowRISC:masterfrom
rswarbrick:no-fetch-assert-without-secure-ibex

Conversation

@rswarbrick
Copy link
Contributor

This assertion wasn't quite correct if SecureIbex is false because it was checking for the magic IbexMuBiOn value instead of just looking at the bottom bit.

Fixes #2249.

This assertion wasn't quite correct if SecureIbex is false because it
was checking for the magic IbexMuBiOn value instead of just looking at
the bottom bit.

Fixes lowRISC#2249.
Copy link
Contributor

@vogelpi vogelpi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rswarbrick rswarbrick added this pull request to the merge queue Jan 24, 2025
Merged via the queue into lowRISC:master with commit 7873956 Jan 24, 2025
11 checks passed
@rswarbrick rswarbrick deleted the no-fetch-assert-without-secure-ibex branch January 24, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ibex core assertion NoExecWhenFetchEnableNotOn not gated correctly.

2 participants