Skip to content

Commit bce6c6d

Browse files
committed
remove resume
1 parent 86660f9 commit bce6c6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lambdalib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def generate(target, logiclib, outputpath, la_lib='stdlib', exclude=None):
142142
chip.set('option', 'flow', 'asicflow')
143143
chip.set('option', 'to', 'syn')
144144
chip.set('option', 'quiet', True)
145-
chip.set('option', 'resume', True)
146145
chip.set('option', 'jobname', f"{target_name}-{logiclib}")
147146

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

0 commit comments

Comments
 (0)