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
In the file riscv-sodor/src/common/instructions.scala, I noticed that the bit patterns of the shift immediate instructions slli, srli and srai only have 6 bits on the left while the specification has 7.
Is this an error?
The text was updated successfully, but these errors were encountered:
In the file
riscv-sodor/src/common/instructions.scala
, I noticed that the bit patterns of the shift immediate instructionsslli
,srli
andsrai
only have 6 bits on the left while the specification has 7.Is this an error?
The text was updated successfully, but these errors were encountered: