[Libre-soc-bugs] [Bug 1094] insndb instruction database visitor-walker is needed
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sun Jun 11 00:17:23 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1094
--- Comment #116 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
whoops...
$ python3 decoder/isa/test_caller_svp64_fp.py >& /tmp/f
======================================================================
ERROR: test_sv_fpload (__main__.DecoderTestCase)
>>> lst = ["sv.lfsx *2, 0, *0"
----------------------------------------------------------------------
Traceback (most recent call last):
File "decoder/isa/test_caller_svp64_fp.py", line 23, in test_sv_fpload
lst = list(lst)
File "/home/lkcl/src/libresoc/openpower-isa/src/openpower/insndb/asm.py",
line 61, in __iter__
yield from self.trans
File "/home/lkcl/src/libresoc/openpower-isa/src/openpower/insndb/asm.py",
line 114, in translate
yield from self.translate_one(insn)
File "/home/lkcl/src/libresoc/openpower-isa/src/openpower/insndb/asm.py",
line 106, in translate_one
arguments=fields, specifiers=opmodes)
File "/home/lkcl/src/libresoc/openpower-isa/src/openpower/insndb/core.py",
line 3520, in assemble
insn = super().assemble(record=record, arguments=arguments)
File "/home/lkcl/src/libresoc/openpower-isa/src/openpower/insndb/core.py",
line 1900, in assemble
arguments=arguments, operands=cls.dynamic_operands(record=record))
File "/home/lkcl/src/libresoc/openpower-isa/src/openpower/insndb/core.py",
line 930, in __new__
raise ValueError("operands count mismatch")
ValueError: operands count mismatch
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list