aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/versa_ecp5_5g.py
diff options
context:
space:
mode:
Diffstat (limited to 'nmigen_boards/versa_ecp5_5g.py')
-rw-r--r--nmigen_boards/versa_ecp5_5g.py4
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)