projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d9e669
)
vendor.lattice_ice40: fix required tool list for iCECube2. NFC.
author
whitequark
<cz@m-labs.hk>
Sun, 22 Sep 2019 07:18:37 +0000
(07:18 +0000)
committer
whitequark
<cz@m-labs.hk>
Sun, 22 Sep 2019 07:18:37 +0000
(07:18 +0000)
nmigen/vendor/lattice_ice40.py
patch
|
blob
|
history
diff --git
a/nmigen/vendor/lattice_ice40.py
b/nmigen/vendor/lattice_ice40.py
index cc6aa663b28ef521dbe1e924617794fd225ec579..bc1df8f3ce2cb8f655e3e560ea3e02b60699c551 100644
(file)
--- a/
nmigen/vendor/lattice_ice40.py
+++ b/
nmigen/vendor/lattice_ice40.py
@@
-169,6
+169,8
@@
class LatticeICE40Platform(TemplatedPlatform):
# iCECube2 templates
_icecube2_required_tools = [
+ "synthesis",
+ "synpwrap",
"tclsh",
]
_icecube2_file_templates = {