Skip to content

Commit

Permalink
orangecrab_r0_2: fix dq pin definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
miek authored and whitequark committed Jul 14, 2020
1 parent 2cd86c1 commit 830e82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nmigen_boards/orangecrab_r0_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class OrangeCrabR0_2Platform(LatticeECP5Platform):
Subsignal("dqs", DiffPairs("G18 H17", "B15 A16", dir="io"),
Attrs(IO_TYPE="SSTL135D_I", TERMINATION="OFF",
DIFFRESISTOR="100")),
Subsignal("dq", Pins("C17 D15 B17 C16 A15 B13 A17 A13 F17 F16 G15 F15 J16 C18"
"H16 F18", dir="io"), Attrs(TERMINATION="75")),
Subsignal("dq", Pins("C17 D15 B17 C16 A15 B13 A17 A13 F17 F16 G15 F15 J16 C18 H16 F18",
dir="io"), Attrs(TERMINATION="75")),
Subsignal("dm", Pins("G16 D16", dir="o")),
Subsignal("odt", Pins("C13", dir="o")),
Attrs(IO_TYPE="SSTL135_I", SLEWRATE="FAST")
Expand Down

0 comments on commit 830e82a

Please sign in to comment.