make note about failing PartitionedAll
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 2 Oct 2021 17:40:18 +0000 (18:40 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 2 Oct 2021 17:40:18 +0000 (18:40 +0100)
https://bugs.libre-soc.org/show_bug.cgi?id=176#c17

src/ieee754/part/partsig.py

index 0cb9051287d4779214caa6935d6ff9ddcbf1ba5c..5ed299b9d155d5d2363347f84ad6a583bd2d62dd 100644 (file)
@@ -357,6 +357,7 @@ class PartitionedSignal(UserValue):
             ``1`` if all bits are set, ``0`` otherwise.
         """
         # something wrong with PartitionedAll, but self == Const(-1)"
+        # XXX https://bugs.libre-soc.org/show_bug.cgi?id=176#c17
         #width = len(self.sig)
         #pa = PartitionedAll(width, self.partpoints)
         #setattr(self.m.submodules, self.get_modname("all"), pa)