projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a960e9
)
lasmicon: fix reset_n level
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 14 Aug 2014 06:15:38 +0000
(14:15 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Thu, 14 Aug 2014 06:15:48 +0000
(14:15 +0800)
misoclib/lasmicon/multiplexer.py
patch
|
blob
|
history
diff --git
a/misoclib/lasmicon/multiplexer.py
b/misoclib/lasmicon/multiplexer.py
index 525f22df3c6f485bd016a61b234b2f6401e4f580..e2d2299874a4259b5fd1e2149cc15bc2cce2cc37 100644
(file)
--- a/
misoclib/lasmicon/multiplexer.py
+++ b/
misoclib/lasmicon/multiplexer.py
@@
-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]),