Skip to content

Commit 30c6d0c

Browse files
pftbestwhitequark
authored andcommitted
ecpix-5: ddr3: Add missing SLEWRATE="FAST" attribute
1 parent 5c8c8ca commit 30c6d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nmigen_boards/ecpix5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class _ECPIX5Platform(LatticeECP5Platform):
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")
77+
Attrs(IO_TYPE="SSTL135_I", SLEWRATE="FAST")
7878
),
7979

8080
Resource("sata", 0,

0 commit comments

Comments
 (0)