lasmicon: fix reset_n level
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 14 Aug 2014 06:15:38 +0000 (14:15 +0800)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Thu, 14 Aug 2014 06:15:48 +0000 (14:15 +0800)
misoclib/lasmicon/multiplexer.py

index 525f22df3c6f485bd016a61b234b2f6401e4f580..e2d2299874a4259b5fd1e2149cc15bc2cce2cc37 100644 (file)
@@ -77,7 +77,7 @@ class _Steerer(Module):
                        if hasattr(phase, "odt"):
                                self.comb += phase.odt.eq(1)
                        if hasattr(phase, "reset_n"):
-                               self.comb += phase.reset_n.eq(0)
+                               self.comb += phase.reset_n.eq(1)
                        self.sync += [
                                phase.address.eq(Array(cmd.a for cmd in commands)[sel]),
                                phase.bank.eq(Array(cmd.ba for cmd in commands)[sel]),