projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a8504
)
gensdrphy: use 'dm' not 'dqm' (follow s6ddrphy and majority of platforms)
author
Robert Jordens
<jordens@gmail.com>
Fri, 25 Apr 2014 00:29:36 +0000
(18:29 -0600)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 25 Apr 2014 08:38:57 +0000
(10:38 +0200)
misoclib/sdramphy/gensdrphy.py
patch
|
blob
|
history
diff --git
a/misoclib/sdramphy/gensdrphy.py
b/misoclib/sdramphy/gensdrphy.py
index 01ccc1956b407c12889ad70019c4ff549d9444c4..edc6c2c2cb1a61ee76750371a975dfccc633a85d 100644
(file)
--- a/
misoclib/sdramphy/gensdrphy.py
+++ b/
misoclib/sdramphy/gensdrphy.py
@@
-80,7
+80,7
@@
class GENSDRPHY(Module):
drive_dq = Signal()
self.sync += sd_dq_out.eq(self.dfi.p0.wrdata),
self.specials += Tristate(pads.dq, sd_dq_out, drive_dq)
- self.comb += pads.d
q
m.eq(0)
+ self.comb += pads.dm.eq(0)
sd_dq_in_ps = Signal(d)
self.sync.sys_ps += sd_dq_in_ps.eq(pads.dq)
self.sync += self.dfi.p0.rddata.eq(sd_dq_in_ps)