Expand description

RISC-V Instruction. Currently supports

  • RV32I Base Instruction Set
  • RV32/RV64 Zicsr Standard Extension
  • Partial RISC-V Privileged Instruction Set including:
    • Trap-Return Instructions
    • Interrupt-Management Instructions

Structs

Enums

  • Branch type.
  • ALU first operand data selector.
  • ALU second operand data selector.
  • Writeback selector.

Constants

Functions

  • Extracts immediate for B-type instruction.
  • Extracts immediate for J-type instruction.