From: whitequark Date: Wed, 7 Aug 2019 09:25:20 +0000 (+0000) Subject: vendor.lattice_ice40: add iCE5LP2K support. X-Git-Tag: locally_working~38 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b379a513c1824d0e64bf73719c7aaf26b320787;p=nmigen.git vendor.lattice_ice40: add iCE5LP2K support. --- diff --git a/nmigen/vendor/lattice_ice40.py b/nmigen/vendor/lattice_ice40.py index bf0c638..a104c69 100644 --- a/nmigen/vendor/lattice_ice40.py +++ b/nmigen/vendor/lattice_ice40.py @@ -51,12 +51,14 @@ class LatticeICE40Platform(TemplatedPlatform): "iCE40UP5K": "--up5k", "iCE40UP3K": "--up5k", "iCE5LP4K": "--u4k", + "iCE5LP2K": "--u4k", "iCE5LP1K": "--u4k", } _nextpnr_package_options = { "iCE40LP4K": ":4k", "iCE40HX4K": ":4k", "iCE40UP3K": "", + "iCE5LP2K": "", "iCE5LP1K": "", }