I am interested in working on riscv-semantics codebase. Is there an interest in adding the support for "C" compressed instructions extension to riscv-semantics?
If one is to add the support, should it be added as a decoder-only feature (that is, compressed instructions decode to InstructionI, etc), or should compressed instructions decode to InstructionC (a new data type) with its own ExecuteC file, etc.?
I am interested in working on riscv-semantics codebase. Is there an interest in adding the support for "C" compressed instructions extension to riscv-semantics?
If one is to add the support, should it be added as a decoder-only feature (that is, compressed instructions decode to InstructionI, etc), or should compressed instructions decode to InstructionC (a new data type) with its own ExecuteC file, etc.?