vendor.lattice_ice40: add iCE5LP1K support.
This commit is contained in:
parent
434b686d5e
commit
9c35e44e4a
2
nmigen/vendor/lattice_ice40.py
vendored
2
nmigen/vendor/lattice_ice40.py
vendored
|
@ -50,10 +50,12 @@ class LatticeICE40Platform(TemplatedPlatform):
|
|||
"iCE40HX8K": "--hx8k",
|
||||
"iCE40UP5K": "--up5k",
|
||||
"iCE5LP4K": "--u4k",
|
||||
"iCE5LP1K": "--u4k",
|
||||
}
|
||||
_nextpnr_package_options = {
|
||||
"iCE40LP4K": ":4k",
|
||||
"iCE40HX4K": ":4k",
|
||||
"iCE5LP1K": "",
|
||||
}
|
||||
|
||||
file_templates = {
|
||||
|
|
Loading…
Reference in a new issue