From 05470e5e375f88dd16d9ced637f37228258baae8 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 2 Oct 2021 18:40:18 +0100 Subject: [PATCH] make note about failing PartitionedAll https://bugs.libre-soc.org/show_bug.cgi?id=176#c17 --- src/ieee754/part/partsig.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2