-
Notifications
You must be signed in to change notification settings - Fork 49
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
SAIL implementation of CLIC #185
Comments
Replace pseudo-code in spec with SAIL code once SAIL code is implemented? |
FYI, smrnmi may be a good reference for how to implement clic in SAIL |
another reference is an attempt at plic: https://github.com/saravanakumarsastra/sail-riscv |
if CLIC changes from mem-mapped clicint registers to using indirect csrs: https://github.com/adlr/sail-riscv/tree/smcsrindpr |
Initial sail-riscv clic implementation. Moving issue to post 1.0 - ecosystem phase as we work to get the pull approved. riscv/sail-riscv#420 Note: pulls are not yet available for spike that support CLIC Related pulls to run arch-tests against the sail-riscv model: To include m-mode CLIC interrupt tests in riscof testlist flow, add Smclic to riscof yaml file, e.g.: |
SAIL implementation needed for Definition of Done. Creating an issue for tracking purposes.
The text was updated successfully, but these errors were encountered: