Skip to content

Commit

Permalink
Merge pull request #3078 from siliconcompiler/ord-rm-logic
Browse files Browse the repository at this point in the history
switch rm dead logic to default on
  • Loading branch information
gadfort authored Dec 18, 2024
2 parents 6bb3137 + a95f679 commit 768810a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siliconcompiler/tools/openroad/init_floorplan.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def setup(chip):
schelp='remove buffers inserted by synthesis')

set_tool_task_var(chip, param_key='remove_dead_logic',
default_value=False,
default_value=True,
schelp='remove logic which does not drive a primary output')

# Handle additional input files
Expand Down

0 comments on commit 768810a

Please sign in to comment.