projects
/
nmutil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4902347
)
fix RippleMSB
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 5 May 2022 04:24:08 +0000
(21:24 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 5 May 2022 04:24:08 +0000
(21:24 -0700)
TODO: add tests
https://bugs.libre-soc.org/show_bug.cgi?id=798#c5
src/nmutil/ripple.py
patch
|
blob
|
history
diff --git
a/src/nmutil/ripple.py
b/src/nmutil/ripple.py
index 6e7a5af2eecf317344ec290ef57966d9874995e8..1afa05dc32f72a8f9c844ac64d8ced02e6d0e28d 100644
(file)
--- a/
src/nmutil/ripple.py
+++ b/
src/nmutil/ripple.py
@@
-78,7
+78,7
@@
class RippleMSB(Ripple):
"""
def __init__(self, width):
- Ripple.__init__(self, width, start_lsb=
Tru
e)
+ Ripple.__init__(self, width, start_lsb=
Fals
e)
class MoveMSBDown(Elaboratable):