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

Integration of AIA into openpiton #137

Draft
wants to merge 9 commits into
base: openpiton-dev
Choose a base branch
from

Conversation

KinzaQamar
Copy link

@KinzaQamar KinzaQamar commented Nov 5, 2023

The PR aims to integrate AIA IP by Zero-Day Labs into OP.

AIA IP comprises APLIC (Advanced PLIC) for handling wired interrupts and IMSIC (Incoming Message Signaled Interrupt controller) for handling messaged signaled interrupts.

There are two modes that an APLIC supports:

  1. Direct Mode
  2. MSI Mode

In MSI mode, the role of an APLIC is to convert wired interrupts into MSI and send them to IMSIC for further handling. We are using NoC1 for sending the MSi requests from APLIC to IMSIC and NoC2 as a response. IMSIC is tightly coupled with the tile.

More details: Read the blog here

@KinzaQamar KinzaQamar marked this pull request as ready for review November 7, 2023 21:42
@KinzaQamar KinzaQamar marked this pull request as draft November 7, 2023 21:43
@Jbalkind Jbalkind changed the base branch from openpiton to openpiton-dev November 9, 2023 17:53
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