From 7db1191de1c85101088f1b38082701753da4fadd Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 4 Oct 2019 07:00:52 +0000 Subject: [PATCH] de0: fix typo. --- nmigen_boards/de0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmigen_boards/de0.py b/nmigen_boards/de0.py index 7ecd4e0..a172221 100644 --- a/nmigen_boards/de0.py +++ b/nmigen_boards/de0.py @@ -11,7 +11,7 @@ __all__ = ["DE0Platform"] class DE0Platform(AlteraPlatform): device = "EP3C16" # Cyclone III 15K LEs - package = "F484" # FBGA-484 UBGA-672 + package = "F484" # FBGA-484 speed = "C6" default_clk = "clk50" resources = [ -- 2.30.2