sail-riscv icon indicating copy to clipboard operation
sail-riscv copied to clipboard

Remove N extension (user mode interrupts)

Open KotorinMinami opened this issue 5 months ago • 4 comments

Since the RISC-V N extension draft was removed in the priv spec 1.2 version, the CSR sedeleg is also not listed in the CSR table in the spec. Therefore, it should be removed.

By the way, the implementation of the N extension in the master branch of Sail might be redundant or confusing and lack rigor. I believe it may need to be removed or moved to another branch.

KotorinMinami avatar Aug 29 '24 10:08 KotorinMinami