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

Generation of multi-hart tests with virtual memory enabled #993

Open
Wlgen opened this issue Nov 11, 2024 · 0 comments
Open

Generation of multi-hart tests with virtual memory enabled #993

Wlgen opened this issue Nov 11, 2024 · 0 comments

Comments

@Wlgen
Copy link

Wlgen commented Nov 11, 2024

Hi!

I'm currently working on generating tests for a multicore setup, specifically aiming to create virtual tests. While I have successfully generated physical tests, I've encountered issues with generating virtual ones. The problem seems to arise during page table generation, where a page table is created for each hart but with the same section name in the .S file. This duplication leads to compilation errors.

My assumption is that there might not be existing support for this, so I'd like to ask if there are any plans to implement virtual test support for multicore configurations.

If this feature is not currently planned, I'd be interested in contributing to it myself, as I’ve already started working on a solution. I'd like to clarify a few details to make sure it aligns well with the project's direction. Let me know if you'd be open to discussing this!

Thanks for considering it!

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

No branches or pull requests

1 participant