powerv.insn: fix width of XO width for XL-form insns.

main
Jean-François Nguyen 2 years ago
parent 0ca97a8d6a
commit d9ed524cb3

@ -56,7 +56,7 @@ class Instruction_XL_b(ValueCastable):


def __init_subclass__(cls, *, po, xo, lk): def __init_subclass__(cls, *, po, xo, lk):
cls.po = Const(po, unsigned( 6)) cls.po = Const(po, unsigned( 6))
cls.xo = Const(xo, unsigned(9)) cls.xo = Const(xo, unsigned(10))
cls.lk = Const(1) cls.lk = Const(1)


def __init__(self): def __init__(self):

Loading…
Cancel
Save