build/lattice/icestorm: use PNR getter to fill edalize dict
This commit is contained in:
parent
50ffd0cd02
commit
0855612b6d
|
@ -100,7 +100,7 @@ class LatticeIceStormToolchain(YosysNextPNRToolchain):
|
||||||
tool_options = {
|
tool_options = {
|
||||||
"icepack_options": ["-s"],
|
"icepack_options": ["-s"],
|
||||||
"yosys_synth_options": self._synth_opts.split(' '),
|
"yosys_synth_options": self._synth_opts.split(' '),
|
||||||
"nextpnr_options": self._pnr_opts.split(' '),
|
"nextpnr_options": self.pnr_opts.split(' '),
|
||||||
}
|
}
|
||||||
return ("icestorm", {"tool_options": {"icestorm": tool_options}})
|
return ("icestorm", {"tool_options": {"icestorm": tool_options}})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue