projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c6048
)
whitespace
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 31 Jul 2019 22:54:28 +0000
(23:54 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 31 Jul 2019 22:54:28 +0000
(23:54 +0100)
src/ieee754/fcvt/upsize.py
patch
|
blob
|
history
diff --git
a/src/ieee754/fcvt/upsize.py
b/src/ieee754/fcvt/upsize.py
index 538db4950c3de2e076836698c9ac24376447b1ae..b464c230048ba99eaa18b810be2e72e749d507bc 100644
(file)
--- a/
src/ieee754/fcvt/upsize.py
+++ b/
src/ieee754/fcvt/upsize.py
@@
-58,7
+58,6
@@
class FPCVTUpConvertMod(PipeModBase):
comb += self.o.z.m[ms:].eq(a1.m)
comb += self.o.z.create(a1.s, a1.e, self.o.z.m) # ... here
-
# special cases active (except tiny-number normalisation, below)
comb += self.o.out_do_z.eq(1)