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/icestick.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nmigen_boards/icestick.py') diff --git a/nmigen_boards/icestick.py b/nmigen_boards/icestick.py index fa58df4..a80a3f9 100644 --- a/nmigen_boards/icestick.py +++ b/nmigen_boards/icestick.py @@ -9,8 +9,8 @@ __all__ = ["ICEStickPlatform"] class ICEStickPlatform(LatticeICE40Platform): - device = "hx1k" - package = "tq144" + device = "iCE40HX1K" + package = "TQ144" clocks = [ ("clk12", 12e6), ] -- cgit v1.2.3