Skip to content

Commit

Permalink
Add synthesis opts to debug super threading (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 authored Nov 29, 2023
1 parent b4bb572 commit 90c5660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hammer/synthesis/genus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,8 @@ def genus_global_settings(ht: HammerTool) -> bool:
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")))
verbose_append("set_db super_thread_debug_jobs true")
verbose_append("set_db super_thread_debug_directory super_thread_debug")

return True

Expand Down

0 comments on commit 90c5660

Please sign in to comment.