From: Luke Kenneth Casson Leighton Date: Sat, 2 Oct 2021 17:40:18 +0000 (+0100) Subject: make note about failing PartitionedAll X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=05470e5e375f88dd16d9ced637f37228258baae8;p=ieee754fpu.git make note about failing PartitionedAll https://bugs.libre-soc.org/show_bug.cgi?id=176#c17 --- diff --git a/src/ieee754/part/partsig.py b/src/ieee754/part/partsig.py index 0cb90512..5ed299b9 100644 --- a/src/ieee754/part/partsig.py +++ b/src/ieee754/part/partsig.py @@ -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)