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

Accommodate more MPU regions for ARCv2 HS #103

Open
abrodkin opened this issue Dec 9, 2022 · 0 comments
Open

Accommodate more MPU regions for ARCv2 HS #103

abrodkin opened this issue Dec 9, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@abrodkin
Copy link
Member

abrodkin commented Dec 9, 2022

Even though MPU for ARC EM & ARCv2 HS (HS3x & HS4x) is very similar from functional point of view, their settings differ a little bit.
ARC EM processors only support 1, 2, 4, 8 & 16 regions (and that's what we currently have available in QEMU), while ARCv2 HS processors support 8, 16, 18, 20, 22, 24, 26, 28, 30 & 32 regions.

We need to handle that properly depending on the CPU which is being simulated.

@abrodkin abrodkin added the enhancement New feature or request label Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants