vendor._lattice_ice40: add an icepack_opts override
Add an icepack_opts override in case the user wants to pass extra options to icepack as part of the build process.
This commit is contained in:
parent
ecba1a1863
commit
11d5bb19eb
2 changed files with 2 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ class LatticeICE40Platform(TemplatedPlatform):
|
|||
r"""
|
||||
{{invoke_tool("icepack")}}
|
||||
{{verbose("-v")}}
|
||||
{{get_override("icepack_opts")|options}}
|
||||
{{name}}.asc
|
||||
{{name}}.bin
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue