riscv / riscv-fast-interrupt

Proposal for a RISC-V Core-Local Interrupt Controller (CLIC)
https://jira.riscv.org/browse/RVG-63
Creative Commons Attribution 4.0 International
237 stars 49 forks source link

change inhv to xinhv #273

Closed dansmathers closed 1 year ago

dansmathers commented 2 years ago

text cleanup for issue #271. xRET pseudo-code cleanup for issue #272. setting ucause_inhv to 0 in xRET pseudo-code when u-mode not implemented or user-interrupts not implemented. using sail syntax from: https://github.com/riscv/sail-riscv/blob/master/model/riscv_insts_next.sail

Signed-off-by: Dan Smathers dan.smathers@seagate.com