[Libre-soc-bugs] [Bug 709] PartitionedSignal eq needs to be more sophisticated

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Thu Sep 30 19:13:22 BST 2021


https://bugs.libre-soc.org/show_bug.cgi?id=709

--- Comment #5 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
https://git.libre-soc.org/?p=ieee754fpu.git;a=commitdiff;h=b02c7687fd922c8af6a85c7bd9f8ed9aa0574f1c

that completes the set of 12 permutations needed:

        for out_width in [16, 24, 8]:
            for sign in [True, False]:
                for scalar in [True, False]:
                    self.run_tst(16, out_width, sign, scalar)

about the only other useful thing to try there is perhaps
inputting other types (scalar Const for example)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list