Unverified Commit 43d9be08 authored by enjoy-digital's avatar enjoy-digital Committed by GitHub

Merge pull request #162 from pftbest/fix_dram

ECPIX-5: ddram: Add missing address pin.
parents 7525b877 345feddc
......@@ -51,7 +51,7 @@ _io = [
("ddram", 0,
Subsignal("a", Pins(
"T5 M3 L3 V6 K2 W6 K3 L1",
"H2 L2 N1 J1 M1 K1"),
"H2 L2 N1 J1 M1 K1 H1"),
IOStandard("SSTL15_I")),
Subsignal("ba", Pins("U6 N3 N4"), IOStandard("SSTL15_I")),
Subsignal("ras_n", Pins("T3"), IOStandard("SSTL15_I")),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment