diff options
| author | Thomas Daede <daede003@umn.edu> | 2020-09-13 15:20:31 -0700 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2020-09-13 22:42:27 +0000 |
| commit | 92e63dca37ccbfffcaf35b2ba9eb2cfc0ffa4940 (patch) | |
| tree | 78d37b2a029765bb5c61fcbb93e717932f4ce0d3 /nmigen_boards/ulx3s.py | |
| parent | 71ddd72ad38de011b1aa54d472db91bb32408b8e (diff) | |
ulx3s: correct speed grade.
The boards available on the crowdsupply page, as well as my
hand-built board, all seem to use speed grade 6.
Diffstat (limited to 'nmigen_boards/ulx3s.py')
| -rw-r--r-- | nmigen_boards/ulx3s.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nmigen_boards/ulx3s.py b/nmigen_boards/ulx3s.py index 0b9dfee..8ded02b 100644 --- a/nmigen_boards/ulx3s.py +++ b/nmigen_boards/ulx3s.py @@ -16,7 +16,7 @@ __all__ = [ class _ULX3SPlatform(LatticeECP5Platform): package = "BG381" - speed = "8" + speed = "6" default_clk = "clk25" resources = [ |
