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

mailbox logic: modify conflicting values #293

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

mailbox logic: modify conflicting values #293

wants to merge 1 commit into from

Conversation

wsipak
Copy link
Collaborator

@wsipak wsipak commented Dec 18, 2024

The logic for handling messages passed through mailbox uses one value for more than one action.
mailbox_data[7:0] == 8'h83 is supposed to be used for triggering NMI/Timer/Soft interrupts (this approach is used by the irq test). Other tests (iside_fetch_precise_bus_error) use it for triggering ibus fault.

Let's unify these, starting from the irq test.

This PR fixes the handling of nmi_assert_int for the purpose of fixing irq test for AXI configuration. Further changes to the mailbox logic should be applied separately.

Copy link

Links to coverage and verification reports for this PR (#293) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

@wsipak wsipak marked this pull request as ready for review December 23, 2024 14:15
@wsipak wsipak marked this pull request as draft December 27, 2024 12:46
Copy link

Links to coverage and verification reports for this PR (#293) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

@wsipak wsipak marked this pull request as ready for review December 27, 2024 16:06
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.

1 participant