Instruction Format Regularity

Today’s @risc_v Tip:

Regularity is a key design principle of RISC-V and has a large impact on implementation complexity. Fields always reside in the same location when present in an instruction, meaning that generic decode can be performed regardless of the eventual operation.

21-12-18_1 21-12-18_2

Original Tweet