projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98f4784
)
remove extraneous whitespace
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 5 May 2020 14:01:30 +0000
(15:01 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 5 May 2020 14:01:30 +0000
(15:01 +0100)
src/ieee754/cordic/clz.py
patch
|
blob
|
history
diff --git
a/src/ieee754/cordic/clz.py
b/src/ieee754/cordic/clz.py
index a32fe50a913dc2c0729106ee205d5e552f51a714..fed98cf44ed40b58505458d2b2549807540a5850 100644
(file)
--- a/
src/ieee754/cordic/clz.py
+++ b/
src/ieee754/cordic/clz.py
@@
-61,7
+61,7
@@
class CLZ(Elaboratable):
comb += new_pair.eq(right + left)
with m.Else():
comb += new_pair.eq(left)
-
+
ret.append((new_pair, lv+rv))
return ret
@@
-80,4
+80,4
@@
class CLZ(Elaboratable):
return m
-
+