vendor.lattice_ice40: add iCE5LP2K support.

This commit is contained in:
whitequark 2019-08-07 09:25:20 +00:00
parent cfbc678508
commit 1b379a513c

View file

@ -51,12 +51,14 @@ class LatticeICE40Platform(TemplatedPlatform):
"iCE40UP5K": "--up5k", "iCE40UP5K": "--up5k",
"iCE40UP3K": "--up5k", "iCE40UP3K": "--up5k",
"iCE5LP4K": "--u4k", "iCE5LP4K": "--u4k",
"iCE5LP2K": "--u4k",
"iCE5LP1K": "--u4k", "iCE5LP1K": "--u4k",
} }
_nextpnr_package_options = { _nextpnr_package_options = {
"iCE40LP4K": ":4k", "iCE40LP4K": ":4k",
"iCE40HX4K": ":4k", "iCE40HX4K": ":4k",
"iCE40UP3K": "", "iCE40UP3K": "",
"iCE5LP2K": "",
"iCE5LP1K": "", "iCE5LP1K": "",
} }