Skip to content

fix(mmu): remove address misalign check from isa_mmu_check #892

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

Merged
merged 1 commit into from
Jun 3, 2025

Conversation

Anzooooo
Copy link
Member

Currently, we no longer need to perform address misalign checks here, as the current checks for address misalign are very fragmented.
This is because we do support hardware misalign in most cases, but not in a few, so we have added separate checks for non-aligned accesses elsewhere.

@Anzooooo Anzooooo requested a review from cebarobot May 31, 2025 08:34
@Anzooooo Anzooooo merged commit 43ecf1e into master Jun 3, 2025
7 checks passed
@Anzooooo Anzooooo deleted the 0526-cmo-mis branch June 3, 2025 03:26
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