diff options
| author | Vadzim Dambrouski <pftbest@gmail.com> | 2021-01-31 18:14:14 +0300 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2021-01-31 15:23:53 +0000 |
| commit | 30c6d0c72daf75b0a6e673030f30b61b45a6d1f8 (patch) | |
| tree | 15dac1c680821069bbe0336f99d7ff62226f7b63 /nmigen_boards/ecpix5.py | |
| parent | 5c8c8ca2e7c0a4eb5bc09c2f30eea94b024c17a0 (diff) | |
ecpix-5: ddr3: Add missing SLEWRATE="FAST" attribute
Diffstat (limited to 'nmigen_boards/ecpix5.py')
| -rw-r--r-- | nmigen_boards/ecpix5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/ecpix5.py b/nmigen_boards/ecpix5.py index c4b6913..e4338d2 100644 --- a/nmigen_boards/ecpix5.py +++ b/nmigen_boards/ecpix5.py @@ -74,7 +74,7 @@ class _ECPIX5Platform(LatticeECP5Platform): Attrs(TERMINATION="75")), Subsignal("dm", Pins("U4 U1", dir="o")), Subsignal("odt", Pins("P3", dir="o")), - Attrs(IO_TYPE="SSTL135_I") + Attrs(IO_TYPE="SSTL135_I", SLEWRATE="FAST") ), Resource("sata", 0, |
