fix RippleMSB
[nmutil.git] / src / nmutil / ripple.py
index 6e7a5af2eecf317344ec290ef57966d9874995e8..1afa05dc32f72a8f9c844ac64d8ced02e6d0e28d 100644 (file)
@@ -78,7 +78,7 @@ class RippleMSB(Ripple):
     """
 
     def __init__(self, width):
-        Ripple.__init__(self, width, start_lsb=True)
+        Ripple.__init__(self, width, start_lsb=False)
 
 
 class MoveMSBDown(Elaboratable):