From e8dcc1e4d361742b4242016bdff732dcfb5306f3 Mon Sep 17 00:00:00 2001 From: whitequark Date: Tue, 4 Jun 2019 16:09:37 +0000 Subject: Use vendor's device and package names everywhere, not nextpnr's. --- nmigen_boards/ice40_hx1k_blink_evn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nmigen_boards/ice40_hx1k_blink_evn.py') 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), ] -- cgit v1.2.3