diff options
| author | whitequark <whitequark@whitequark.org> | 2019-08-03 16:19:03 +0000 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2019-08-03 16:20:16 +0000 |
| commit | d5bea94b228b956cfd119af9415fbb0e3abc53ac (patch) | |
| tree | c39b98fa6809d889d419638dce691b1eb0f45c13 /nmigen_boards/versa_ecp5_5g.py | |
| parent | bc2d42e451d7b866f0a28c1c3888a8b54ed219d2 (diff) | |
Update all boards to use default_clk.
Diffstat (limited to 'nmigen_boards/versa_ecp5_5g.py')
| -rw-r--r-- | nmigen_boards/versa_ecp5_5g.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nmigen_boards/versa_ecp5_5g.py b/nmigen_boards/versa_ecp5_5g.py index 75512eb..d6441f4 100644 --- a/nmigen_boards/versa_ecp5_5g.py +++ b/nmigen_boards/versa_ecp5_5g.py @@ -5,10 +5,10 @@ __all__ = ["VersaECP55GPlatform"] class VersaECP55GPlatform(VersaECP5Platform): - device = "LFE5UM5G-45F" + device = "LFE5UM5G-45F" # Everything else is identical between 3G and 5G Versa boards. if __name__ == "__main__": from ._blinky import build_and_program - build_and_program(VersaECP55GPlatform, "clk100") + build_and_program(VersaECP55GPlatform) |
