Skip to content

Commit

Permalink
Merge pull request #2063 from eder-matheus/secure-ant_parallel
Browse files Browse the repository at this point in the history
enable parallel check_antennas and repair_antennas
  • Loading branch information
eder-matheus authored Jun 12, 2024
2 parents e50b833 + e6202ba commit 950f50d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions flow/scripts/global_route.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ utl::set_metrics_stage "globalroute__{}"
source $::env(SCRIPTS_DIR)/load.tcl
load_design 4_cts.odb 4_cts.sdc

set_thread_count $::env(NUM_CORES)

if {[info exist env(PRE_GLOBAL_ROUTE)]} {
source $env(PRE_GLOBAL_ROUTE)
}
Expand Down

0 comments on commit 950f50d

Please sign in to comment.