Skip to content

Commit

Permalink
Merge pull request #120 from kevinmehall/ulx3s
Browse files Browse the repository at this point in the history
Add LFE5U-12F device for ULX3S
  • Loading branch information
enjoy-digital committed Nov 2, 2020
2 parents e950a4a + d1c9cc7 commit af96f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_boards/platforms/ulx3s.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Platform(LatticePlatform):
default_clk_period = 1e9/25e6

def __init__(self, device="LFE5U-45F", revision="2.0", **kwargs):
assert device in ["LFE5U-25F", "LFE5U-45F", "LFE5U-85F"]
assert device in ["LFE5U-12F", "LFE5U-25F", "LFE5U-45F", "LFE5U-85F"]
assert revision in ["1.7", "2.0"]
_io = _io_common + {"1.7": _io_1_7, "2.0": _io_2_0}[revision]
LatticePlatform.__init__(self, device + "-6BG381C", _io, **kwargs)
Expand Down

0 comments on commit af96f4e

Please sign in to comment.