vendor.lattice_ice40: fix required tool list for iCECube2. NFC.
This commit is contained in:
parent
5f9b8ec1eb
commit
59acd5d5a5
2
nmigen/vendor/lattice_ice40.py
vendored
2
nmigen/vendor/lattice_ice40.py
vendored
|
@ -169,6 +169,8 @@ class LatticeICE40Platform(TemplatedPlatform):
|
|||
# iCECube2 templates
|
||||
|
||||
_icecube2_required_tools = [
|
||||
"synthesis",
|
||||
"synpwrap",
|
||||
"tclsh",
|
||||
]
|
||||
_icecube2_file_templates = {
|
||||
|
|
Loading…
Reference in a new issue