We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Appendix F: CLIC Interrupt ID ordering recommendations is indicating how we can potentially compress the vector table.by using another mapping,
We are recommanding to follow just the first mapping :
ID Interrupt Note 0 reserved 1 ssip Supervisor software Interrupt 2 reserved 3 msip Machine software interrupt 4 reserved 5 stip Supervisor timer interrupt 6 reserved 7 mtip Machine timer interrupt 8 reserved 9 seip Supervisor external (PLIC/APLIC) interrupt 10 reserved 11 meip Machine external (PLIC/APLIC) interrupt 12 reserved 13 reserved 14 reserved 15 reserved 16 csip CLIC software interrupt 17+ inputs CLIC local inputs
ID Interrupt Note
0 reserved 1 ssip Supervisor software Interrupt 2 reserved 3 msip Machine software interrupt
4 reserved 5 stip Supervisor timer interrupt 6 reserved 7 mtip Machine timer interrupt
8 reserved 9 seip Supervisor external (PLIC/APLIC) interrupt 10 reserved 11 meip Machine external (PLIC/APLIC) interrupt
12 reserved 13 reserved 14 reserved 15 reserved
16 csip CLIC software interrupt 17+ inputs CLIC local inputs
The text was updated successfully, but these errors were encountered:
james-ball-qualcomm
No branches or pull requests
Appendix F: CLIC Interrupt ID ordering recommendations is indicating how we can potentially compress the vector table.by using another mapping,
We are recommanding to follow just the first mapping :
The text was updated successfully, but these errors were encountered: