projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ad7e2
)
whoops accidentally removed bugreport link
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 5 Oct 2021 16:45:55 +0000
(17:45 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 5 Oct 2021 16:45:55 +0000
(17:45 +0100)
src/ieee754/part/partsig.py
patch
|
blob
|
history
diff --git
a/src/ieee754/part/partsig.py
b/src/ieee754/part/partsig.py
index d2b6280df00874871ea2208b12cce51a037af0a7..1ebf3326e9aa588b6861813a0ecba332acc76870 100644
(file)
--- a/
src/ieee754/part/partsig.py
+++ b/
src/ieee754/part/partsig.py
@@
-348,6
+348,7
@@
class PartitionedSignal(UserValue):
self.m.d.comb += result.sig.eq(self.sig)
return result
+ # http://bugs.libre-riscv.org/show_bug.cgi?id=719
def as_unsigned(self):
return self.__new_sign(False)
def as_signed(self):