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

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

@ -55,8 +55,8 @@ class Instruction_XL_b(ValueCastable):
lk = None

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

def __init__(self):

Loading…
Cancel
Save