The first portion of this project entails the analysis of the RISC-V instruction set and picking the instructions that I want to implement. As a rule of thumb, I'm going to stick to 32-bit operations for both integer and floating-point instructions. This means that all FP ops that I want to implement will be single precision.
I will document Bit Fields and instruction execution.
The first portion of this project entails the analysis of the RISC-V instruction set and picking the instructions that I want to implement. As a rule of thumb, I'm going to stick to 32-bit operations for both integer and floating-point instructions. This means that all FP ops that I want to implement will be single precision.
I will document Bit Fields and instruction execution.