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 an interrupt controller #67

Open
erlingrj opened this issue Mar 12, 2023 · 0 comments
Open

Add an interrupt controller #67

erlingrj opened this issue Mar 12, 2023 · 0 comments

Comments

@erlingrj
Copy link
Collaborator

It would be great to support several interrupt sources like:

  • Any GPIO pin
  • NoC event
  • Events from devices attached to the bus

Currently there is a single wire per thread carrying an interrupt signal. We could develop a module which allows a thread to configure/MUX different interrupt sources onto this wire. After an interrupt occurs the thread would need to read from this module which sources that asserted the interrupt line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant