Skip to content

Commit fecf7d2

Browse files
committed
disable multithreading for gpl and ant
Signed-off-by: Eder Monteiro <[email protected]>
1 parent e9117dc commit fecf7d2

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

flow/scripts/global_place.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ utl::set_metrics_stage "globalplace__{}"
22
source $::env(SCRIPTS_DIR)/load.tcl
33
load_design 3_2_place_iop.odb 2_floorplan.sdc
44

5+
# Temporary: remove after fixing instability in GPL with multithreading
6+
set_thread_count 1
7+
58
set_dont_use $::env(DONT_USE_CELLS)
69

710
# set fastroute layer reduction

flow/scripts/global_place_skip_io.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
source $::env(SCRIPTS_DIR)/load.tcl
22
load_design 2_floorplan.odb 2_floorplan.sdc
33

4+
# Temporary: remove after fixing instability in GPL with multithreading
5+
set_thread_count 1
6+
47
if {
58
[info exists ::env(FLOORPLAN_DEF)] ||
69
(

flow/scripts/global_route.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ utl::set_metrics_stage "globalroute__{}"
22
source $::env(SCRIPTS_DIR)/load.tcl
33
load_design 4_cts.odb 4_cts.sdc
44

5+
# Temporary: remove after fixing instability in ANT with multithreading
6+
set_thread_count 1
7+
58
if {[info exist env(PRE_GLOBAL_ROUTE)]} {
69
source $env(PRE_GLOBAL_ROUTE)
710
}

0 commit comments

Comments
 (0)