diff options
| author | whitequark <whitequark@whitequark.org> | 2020-07-08 09:08:44 +0000 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2020-07-08 09:08:44 +0000 |
| commit | e8a5f996ef18b816975e027193cc910f627304c2 (patch) | |
| tree | 951724875f53edb9bf5b1d98ad3c93c1313ecc6f /nmigen_boards/kcu105.py | |
| parent | 55bff3e73b2548181bfa598fee00a0c584772958 (diff) | |
kcu105: merge temperature grade into speed grade.
Diffstat (limited to 'nmigen_boards/kcu105.py')
| -rw-r--r-- | nmigen_boards/kcu105.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nmigen_boards/kcu105.py b/nmigen_boards/kcu105.py index 1a4a6e8..7428eda 100644 --- a/nmigen_boards/kcu105.py +++ b/nmigen_boards/kcu105.py @@ -12,8 +12,7 @@ __all__ = ["KCU105Platform"] class KCU105Platform(XilinxUltraScalePlatform): device = "xcku040" package = "ffva1156" - speed = "2" - grade = "e" + speed = "2-e" default_clk = "clk125" resources = [ Resource("clk125", 0, DiffPairs("G10", "F10", dir="i"), |
