Skip to content

Commit a35d870

Browse files
pftbestwhitequark
authored andcommitted
ecpix-5: ddr3: Adjust IO_TYPE attribute to match VCCIO which is 1.5v for this board.
This is not a functional change because both SSTL135 and SSTL15 generate identical bitcode. But it will hopefully prevent some confusion and will match the litex_boards config.
1 parent 4d860fb commit a35d870

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nmigen_boards/ecpix5.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@ class _ECPIX5Platform(LatticeECP5Platform):
6161
Resource("eth_int", 0, PinsN("B13", dir="i"), Attrs(IO_TYPE="LVCMOS33")),
6262

6363
Resource("ddr3", 0,
64-
Subsignal("clk", DiffPairs("H3", "J3", dir="o"), Attrs(IO_TYPE="SSTL135D_I")),
64+
Subsignal("clk", DiffPairs("H3", "J3", dir="o"), Attrs(IO_TYPE="SSTL15D_I")),
6565
Subsignal("clk_en", Pins("P1", dir="o")),
6666
Subsignal("we", PinsN("R3", dir="o")),
6767
Subsignal("ras", PinsN("T3", dir="o")),
6868
Subsignal("cas", PinsN("P2", dir="o")),
6969
Subsignal("a", Pins("T5 M3 L3 V6 K2 W6 K3 L1 H2 L2 N1 J1 M1 K1 H1", dir="o")),
7070
Subsignal("ba", Pins("U6 N3 N4", dir="o")),
7171
Subsignal("dqs", DiffPairs("V4 V1", "U5 U2", dir="io"),
72-
Attrs(IO_TYPE="SSTL135D_I", TERMINATION="OFF", DIFFRESISTOR="100")),
72+
Attrs(IO_TYPE="SSTL15D_I", TERMINATION="OFF", DIFFRESISTOR="100")),
7373
Subsignal("dq", Pins("T4 W4 R4 W5 R6 P6 P5 P4 R1 W3 T2 V3 U3 W1 T1 W2", dir="io"),
7474
Attrs(TERMINATION="75")),
7575
Subsignal("dm", Pins("U4 U1", dir="o")),
7676
Subsignal("odt", Pins("P3", dir="o")),
77-
Attrs(IO_TYPE="SSTL135_I", SLEWRATE="FAST")
77+
Attrs(IO_TYPE="SSTL15_I", SLEWRATE="FAST")
7878
),
7979

8080
Resource("sata", 0,

0 commit comments

Comments
 (0)