Skip to content

Add an interrupt controller #67

@erlingrj

Description

@erlingrj

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions