aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/ice40_hx1k_blink_evn.py
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2019-06-04 16:09:37 +0000
committerwhitequark <whitequark@whitequark.org>2019-06-04 16:09:37 +0000
commite8dcc1e4d361742b4242016bdff732dcfb5306f3 (patch)
treeee732f83ee9fcf53f2afc3c287427567f7dc82aa /nmigen_boards/ice40_hx1k_blink_evn.py
parentecda2a1d08af7c226c87c5bd40fc5d634a4b06a9 (diff)
Use vendor's device and package names everywhere, not nextpnr's.
Diffstat (limited to 'nmigen_boards/ice40_hx1k_blink_evn.py')
-rw-r--r--nmigen_boards/ice40_hx1k_blink_evn.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nmigen_boards/ice40_hx1k_blink_evn.py b/nmigen_boards/ice40_hx1k_blink_evn.py
index ce72be6..ab940bf 100644
--- a/nmigen_boards/ice40_hx1k_blink_evn.py
+++ b/nmigen_boards/ice40_hx1k_blink_evn.py
@@ -9,8 +9,8 @@ __all__ = ["ICE40HX1KBlinkEVNPlatform"]
class ICE40HX1KBlinkEVNPlatform(LatticeICE40Platform):
- device = "hx1k"
- package = "vq100"
+ device = "iCE40HX1K"
+ package = "VQ100"
clocks = [
("clk3p3", 3.3e6),
]