projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
434b686
)
vendor.lattice_ice40: add iCE5LP1K support.
author
whitequark
<whitequark@whitequark.org>
Wed, 7 Aug 2019 09:00:41 +0000
(09:00 +0000)
committer
whitequark
<whitequark@whitequark.org>
Wed, 7 Aug 2019 09:01:11 +0000
(09:01 +0000)
nmigen/vendor/lattice_ice40.py
patch
|
blob
|
history
diff --git
a/nmigen/vendor/lattice_ice40.py
b/nmigen/vendor/lattice_ice40.py
index 16a981141df1afe46423188fe71109a73794c2e7..e708570b6a38b13b7bb1c929f465f29469544c55 100644
(file)
--- a/
nmigen/vendor/lattice_ice40.py
+++ b/
nmigen/vendor/lattice_ice40.py
@@
-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 = {