ucb-bar/hwacha

Scalar fdiv, fsqrt

pentin-as opened this issue · 0 comments

Should hwacha support scalar fdiv and fsqrt?

At now, when trying to execute these instructions, hwacha "hangs". This is because the FPU from Rocket does not form resp.valid. Instead, it forms nack_mem.

Screenshot from 2020-02-03 14-29-57

But nack_mem does not exist in rocc (and in hwacha logic).

Screenshot from 2020-02-03 14-36-36

Here it is in FPUIO:
Screenshot from 2020-02-03 14-37-13

So should hwacha work with these instructions?