Skip to content

Commit

Permalink
Genus: Set local multi_cpu_usage (#830)
Browse files Browse the repository at this point in the history
This is already done for the other Cadence tools. Setting this greatly improves SDC read time
  • Loading branch information
jerryz123 authored Nov 28, 2023
1 parent 711931d commit b4bb572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hammer/synthesis/genus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ def genus_global_settings(ht: HammerTool) -> bool:
# Generic Settings
verbose_append("set_db hdl_error_on_blackbox true")
verbose_append("set_db max_cpus_per_server {}".format(ht.get_setting("vlsi.core.max_threads")))
verbose_append("set_multi_cpu_usage -local_cpu {}".format(ht.get_setting("vlsi.core.max_threads")))

return True

Expand Down

0 comments on commit b4bb572

Please sign in to comment.