Minres / RISCV_ISA_CoreDSL

CoreDSL descriptions of the RISC-V ISA
Apache License 2.0
4 stars 11 forks source link

Move `URET` and `DRET` instructions to their own files #5

Closed wysiwyng closed 2 years ago

wysiwyng commented 2 years ago

Named instructions are part of the N (user level interrupt) and D (debug) extensions, respectively. They should not be included in the base integer ISA.