projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a93cd
)
Fixed typo in get_b state
author
Aleksandar Kostovic
<alexandar.kostovic@gmail.com>
Sat, 16 Feb 2019 11:34:59 +0000
(12:34 +0100)
committer
Aleksandar Kostovic
<alexandar.kostovic@gmail.com>
Sat, 16 Feb 2019 11:34:59 +0000
(12:34 +0100)
src/add/fmul.py
patch
|
blob
|
history
diff --git
a/src/add/fmul.py
b/src/add/fmul.py
index 5342047c11f4a291228cc6d658a4b869a8c5af1b..3b60567144c5f431f9ac9e3d682c672a4ecf76e1 100644
(file)
--- a/
src/add/fmul.py
+++ b/
src/add/fmul.py
@@
-45,7
+45,7
@@
class FPMUL(FPBase):
with m.If(s.in_b.ack & in_b.stb):
m.d.sync += [
b.eq(in_b),
- s.in_
a
.ack(0)
+ s.in_
b
.ack(0)
]
"""