projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
430c6b2
)
of.guard, of.round, of.sticky - of is a class with members "guard, round etc"
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 18 Feb 2019 21:11:47 +0000
(21:11 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 18 Feb 2019 21:11:47 +0000
(21:11 +0000)
src/add/fmul.py
patch
|
blob
|
history
diff --git
a/src/add/fmul.py
b/src/add/fmul.py
index e98b943d4ecded3cb462a3b6114fadb3c0515da8..1e507a041202d24c96c9c806d045372af8ccb728 100644
(file)
--- a/
src/add/fmul.py
+++ b/
src/add/fmul.py
@@
-106,9
+106,9
@@
class FPMUL(FPBase):
m.next = "normalise_1"
m.d.sync += [
z.m.eq(product[26:50]),
- guard.eq(product[25]),
- round_bit.eq(product[24]),
- sticky.eq(product[0:23] != 0)
+
of.
guard.eq(product[25]),
+
of.
round_bit.eq(product[24]),
+
of.
sticky.eq(product[0:23] != 0)
]
# ******