build/lattice/icestorm: use PNR getter to fill edalize dict

This commit is contained in:
Gwenhael Goavec-Merou 2022-10-29 11:16:55 +02:00
parent 50ffd0cd02
commit 0855612b6d
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class LatticeIceStormToolchain(YosysNextPNRToolchain):
tool_options = {
"icepack_options": ["-s"],
"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}})