projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29ed391
)
de0nano: call sdram mask dm, not dqm (follow other platforms and gensdrphy)
author
Robert Jordens
<jordens@gmail.com>
Fri, 25 Apr 2014 00:28:32 +0000
(18:28 -0600)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 25 Apr 2014 08:40:26 +0000
(10:40 +0200)
mibuild/platforms/de0nano.py
patch
|
blob
|
history
diff --git
a/mibuild/platforms/de0nano.py
b/mibuild/platforms/de0nano.py
index 567f874990c65e444ae4060b9fdc232d2d704914..6cd199f44ffc9f243157dcf91cc65299361ca0c7 100644
(file)
--- a/
mibuild/platforms/de0nano.py
+++ b/
mibuild/platforms/de0nano.py
@@
-39,7
+39,7
@@
_io = [
Subsignal("cas_n", Pins("L1")),
Subsignal("we_n", Pins("C2")),
Subsignal("dq", Pins("G2 G1 L8 K5 K2 J2 J1 R7 T4 T2 T3 R3 R5 P3 N3 K1")),
- Subsignal("d
q
m", Pins("R6","T5")),
+ Subsignal("dm", Pins("R6","T5")),
IOStandard("3.3-V LVTTL")
),