Instruction Format Regularity

from blog Daniel Mangum, | ↗ original
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. Original Tweet