Skip to content

Commit

Permalink
Merge pull request #69 from siliconcompiler/remove-resume
Browse files Browse the repository at this point in the history
remove resume
  • Loading branch information
gadfort authored Aug 10, 2024
2 parents 86660f9 + bce6c6d commit 90b6ee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lambdalib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def generate(target, logiclib, outputpath, la_lib='stdlib', exclude=None):
chip.set('option', 'flow', 'asicflow')
chip.set('option', 'to', 'syn')
chip.set('option', 'quiet', True)
chip.set('option', 'resume', True)
chip.set('option', 'jobname', f"{target_name}-{logiclib}")

chip.set('tool', 'yosys', 'task', 'syn_asic', 'var', 'autoname', 'false')
Expand Down

0 comments on commit 90b6ee1

Please sign in to comment.