From 1cf3806057672c53e9239313f99f1fc546530fa2 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 7 Aug 2019 09:06:27 +0000 Subject: [PATCH] vendor.lattice_ice40: add iCE40UP3K support. --- nmigen/vendor/lattice_ice40.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nmigen/vendor/lattice_ice40.py b/nmigen/vendor/lattice_ice40.py index e708570..bf0c638 100644 --- a/nmigen/vendor/lattice_ice40.py +++ b/nmigen/vendor/lattice_ice40.py @@ -49,12 +49,14 @@ class LatticeICE40Platform(TemplatedPlatform): "iCE40HX4K": "--hx8k", "iCE40HX8K": "--hx8k", "iCE40UP5K": "--up5k", + "iCE40UP3K": "--up5k", "iCE5LP4K": "--u4k", "iCE5LP1K": "--u4k", } _nextpnr_package_options = { "iCE40LP4K": ":4k", "iCE40HX4K": ":4k", + "iCE40UP3K": "", "iCE5LP1K": "", } -- 2.30.2