mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #235 from gsomlo/gls-trellis-yosys-opt
build/lattice/trellis: use additional yosys optimization flags
This commit is contained in:
commit
2b815f7096
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class LatticeTrellisToolchain:
|
||||||
self.yosys_template = [
|
self.yosys_template = [
|
||||||
"{read_files}",
|
"{read_files}",
|
||||||
"attrmap -tocase keep -imap keep=\"true\" keep=1 -imap keep=\"false\" keep=0 -remove keep=0",
|
"attrmap -tocase keep -imap keep=\"true\" keep=1 -imap keep=\"false\" keep=0 -remove keep=0",
|
||||||
"synth_ecp5 -json {build_name}.json -top {build_name}",
|
"synth_ecp5 -abc9 -json {build_name}.json -top {build_name}",
|
||||||
]
|
]
|
||||||
|
|
||||||
self.build_template = [
|
self.build_template = [
|
||||||
|
|
Loading…
Reference in a new issue