File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ utl::set_metrics_stage "globalplace__{}"
22source $::env(SCRIPTS_DIR) /load.tcl
33load_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+
58set_dont_use $::env(DONT_USE_CELLS)
69
710# set fastroute layer reduction
Original file line number Diff line number Diff line change 11source $::env(SCRIPTS_DIR) /load.tcl
22load_design 2_floorplan.odb 2_floorplan.sdc
33
4+ # Temporary: remove after fixing instability in GPL with multithreading
5+ set_thread_count 1
6+
47if {
58 [info exists ::env(FLOORPLAN_DEF)] ||
69 (
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ utl::set_metrics_stage "globalroute__{}"
22source $::env(SCRIPTS_DIR) /load.tcl
33load_design 4_cts.odb 4_cts.sdc
44
5+ # Temporary: remove after fixing instability in ANT with multithreading
6+ set_thread_count 1
7+
58if {[info exist env(PRE_GLOBAL_ROUTE)]} {
69 source $env(PRE_GLOBAL_ROUTE)
710}
You can’t perform that action at this time.
0 commit comments