You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It runs successfully in Spike, while gets the following assertion in hwacha at scalar-unit.scala:297 assert(!vf_active || !io.imem.resp.valid || id_ctrl.ival, "illegal instruction exception!")
I looked into scalar-unit.scala and found that it seems there is no decode table for vpl/vps instructions.
Does these two instructions supported in hwacha?
Thanks,
-Shuyun
The text was updated successfully, but these errors were encountered:
No, the predicate memory instructions remain unimplemented in RTL, but they can be emulated with a compare operation and a vector byte load/store. Modifying your code sample:
Hi,
I'm running such a piece of code in hwacha
It runs successfully in Spike, while gets the following assertion in hwacha
at scalar-unit.scala:297 assert(!vf_active || !io.imem.resp.valid || id_ctrl.ival, "illegal instruction exception!")
I looked into scalar-unit.scala and found that it seems there is no
decode table
forvpl/vps
instructions.Does these two instructions supported in hwacha?
Thanks,
-Shuyun
The text was updated successfully, but these errors were encountered: