chipsalliance/riscv-dv

FLW uses rs1 as integer base ISA

dd-baoshan opened this issue · 0 comments

Floating-point load use the base+offset addressing mode as the integer base ISA, with a base address in register rs1 ad a 12-bit signed byte offset.
We need to set has_rs1 at following file for load instruction.

image