projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aef0f0
)
make note about failing PartitionedAll
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 2 Oct 2021 17:40:18 +0000
(18:40 +0100)
committer
Luke 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
patch
|
blob
|
history
diff --git
a/src/ieee754/part/partsig.py
b/src/ieee754/part/partsig.py
index 0cb9051287d4779214caa6935d6ff9ddcbf1ba5c..5ed299b9d155d5d2363347f84ad6a583bd2d62dd 100644
(file)
--- 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)