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

Add interrupts to MulticoreRunHaltStepiTest. #76

Merged
merged 1 commit into from
Sep 19, 2017
Merged

Conversation

timsifive
Copy link
Collaborator

Just to hammer on anything at once, and hopefully catch weird
interactions if they exist.

Just to hammer on anything at once, and hopefully catch weird
interactions if they exist.

set_trap_handler(increment_count);
// Despite being memory-mapped, there appears to be one mtimecmp
// register per hart. The spec does not address this.
Copy link
Contributor

Choose a reason for hiding this comment

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

@aswaterman This isn't explicitly mentioned in the spec, but since these are in the CSR where everything else is per-hart I don't know if it's explicitly worth calling this out.

Copy link
Contributor

@palmer-dabbelt palmer-dabbelt left a comment

Choose a reason for hiding this comment

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

Thanks!

@timsifive timsifive merged commit a69be1a into master Sep 19, 2017
@timsifive timsifive deleted the multicore branch September 19, 2017 21:12
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.

None yet

2 participants