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

[topgen,dtgen] Fix handling of external interrupts #26131

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

Conversation

pamaury
Copy link
Contributor

@pamaury pamaury commented Feb 5, 2025

The code is trying to find the module of external interrupts which of course does not exists. Instead, map those to the 'unknown' peripheral.

The code is trying to find the module of external interrupts which
of course does not exists. Instead, map those to the 'unknown'
peripheral.

Signed-off-by: Amaury Pouly <amaury.pouly@lowrisc.org>
@pamaury pamaury requested a review from msfschaffner as a code owner February 5, 2025 10:26
@pamaury pamaury requested review from Razer6, a-will and matutem February 5, 2025 10:26
Copy link
Member

@Razer6 Razer6 left a comment

Choose a reason for hiding this comment

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

Thanks. This looks good!

Copy link
Contributor

@a-will a-will left a comment

Choose a reason for hiding this comment

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

LGTM

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.

3 participants