qtrvsim icon indicating copy to clipboard operation
qtrvsim copied to clipboard

implement some FP32 instructions (fadd.s, fsub.s, flw, fsw)

Open Jingqing3948 opened this issue 1 year ago • 0 comments

This pr is the follow up of https://github.com/cvut/qtrvsim/pull/109.

Sry that because I didn't pass the test cases, I reviewed the code again and accidentally lost the last pr. Thanks to the help of @trdthg , he helped me to modify the test cases (because origin misa register stores supported extensions, so RVF is also needed to be add to misa?)

Now the code can pass the CI for now, and successfully execute those FP instructions.

Jingqing3948 avatar May 07 '24 16:05 Jingqing3948