skudlur / diablo

diablo is an Out-Of-Order 64-bit RISC-V processor.
https://skudlur.github.io/diablo/
MIT License
15 stars 4 forks source link

Impl: check interrupts module #31

Open skudlur opened 1 year ago

akarxxx1030 commented 1 year ago

Interrupts module to hold a set of instructions that would be executed for each given exceptio. A separate SEPC to be designed and configured to hold the current return PC address after the execution of the concerned exception/interrupt.