fix elwidth overrides when sw=8
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 28 Nov 2023 20:41:01 +0000 (20:41 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 7 Dec 2023 17:52:56 +0000 (17:52 +0000)
commit5025354342d8e92f200b9c0c0a04f96a53d7f0e3
treeed9078af2f6784d958d889110c3d834113c4ce4c
parent8f42947a1da8ad0c4a2219903560bc0c6340acf9
fix elwidth overrides when sw=8
the way that XLEN works is it must be MAX(sw,dw) which is not what
was happening, it was fixed at sw (source width)
src/openpower/decoder/isa/caller.py
src/openpower/test/alu/svp64_cases.py