projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c35e44
)
vendor.lattice_ice40: add iCE40UP3K support.
author
whitequark
<whitequark@whitequark.org>
Wed, 7 Aug 2019 09:06:27 +0000
(09:06 +0000)
committer
whitequark
<whitequark@whitequark.org>
Wed, 7 Aug 2019 09:06:27 +0000
(09:06 +0000)
nmigen/vendor/lattice_ice40.py
patch
|
blob
|
history
diff --git
a/nmigen/vendor/lattice_ice40.py
b/nmigen/vendor/lattice_ice40.py
index e708570b6a38b13b7bb1c929f465f29469544c55..bf0c6385e58e39976620d7c3ae2e12b417b377a7 100644
(file)
--- 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": "",
}