mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/trellis: add verilog_read -defer option to yosys script
This commit is contained in:
parent
96e7e6e89a
commit
642c4b3036
1 changed files with 3 additions and 0 deletions
|
@ -49,7 +49,10 @@ def _build_lpf(named_sc, named_pc, build_name):
|
|||
# Yosys/Nextpnr Helpers/Templates ------------------------------------------------------------------
|
||||
|
||||
_yosys_template = [
|
||||
"verilog_defaults -push",
|
||||
"verilog_defaults -add -defer",
|
||||
"{read_files}",
|
||||
"verilog_defaults -pop",
|
||||
"attrmap -tocase keep -imap keep=\"true\" keep=1 -imap keep=\"false\" keep=0 -remove keep=0",
|
||||
"synth_ecp5 -abc9 {nwl} -json {build_name}.json -top {build_name}",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue