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
e.g. InstructionCSRRW(x1, x0, csrnames.cycle) raises an error because csrnames.cycle isn't in the valid range. I have worked around this by subtracting 0x1000 from the constant.
I think there should be a variant of the InstructionIType that treats the immediate as unsigned, used for the CSR instructions.
The text was updated successfully, but these errors were encountered:
e.g.
InstructionCSRRW(x1, x0, csrnames.cycle)
raises an error becausecsrnames.cycle
isn't in the valid range. I have worked around this by subtracting0x1000
from the constant.I think there should be a variant of the
InstructionIType
that treats the immediate as unsigned, used for the CSR instructions.The text was updated successfully, but these errors were encountered: