Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions flow/designs/gf12/bp_single/fastroute.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ set_global_routing_layer_adjustment K1-K4 0.45

set_routing_layers -signal $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER) -clock K1-$::env(MAX_ROUTING_LAYER)

set_macro_extension 1

2 changes: 1 addition & 1 deletion flow/designs/gf12/ca53/fastroute.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set_global_routing_layer_adjustment C4-K4 0.5
#set_global_routing_layer_adjustment H1-H2 0.5

set_routing_layers -signal M2-$::env(MAX_ROUTING_LAYER) -clock K1-$::env(MAX_ROUTING_LAYER)
set_macro_extension 2

2 changes: 0 additions & 2 deletions flow/scripts/detail_route.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ set all_args [concat [list \

log_cmd detailed_route {*}$all_args

fast_route

if {![env_var_equals SKIP_ANTENNA_REPAIR_POST_DRT 1]} {
set repair_antennas_iters 1
if {[repair_antennas]} {
Expand Down
2 changes: 0 additions & 2 deletions flow/scripts/global_route.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ proc global_route_helper {} {
source $::env(PRE_GLOBAL_ROUTE)
}

fast_route

proc do_global_route {} {
set all_args [concat [list \
-congestion_report_file $::global_route_congestion_report] \
Expand Down
1 change: 0 additions & 1 deletion flow/scripts/open.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ if {[env_var_equals GUI_TIMING 1]} {
}
}

fast_route
Comment thread
maliberty marked this conversation as resolved.
3 changes: 0 additions & 3 deletions flow/scripts/util.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ proc fast_route {} {
} else {
log_cmd set_global_routing_layer_adjustment $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER) $::env(ROUTING_LAYER_ADJUSTMENT)
log_cmd set_routing_layers -signal $::env(MIN_ROUTING_LAYER)-$::env(MAX_ROUTING_LAYER)
if {[env_var_exists_and_non_empty MACRO_EXTENSION]} {
log_cmd set_macro_extension $::env(MACRO_EXTENSION)
}
}
}

Expand Down
1 change: 0 additions & 1 deletion flow/tutorials/scripts/drt/drc_fix.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ read_sdc ./gcd/gcd.sdc
# global_route
set_global_routing_layer_adjustment met1-met5 0.5
set_routing_layers -signal met1-met5
set_macro_extension 2
global_route -guide_file [make_result_file route.guide] \
-congestion_iterations 100 \
-verbose
Expand Down
1 change: 0 additions & 1 deletion flow/tutorials/scripts/drt/drc_issue.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ read_sdc ./gcd/gcd.sdc
# global_route
set_global_routing_layer_adjustment met1-met5 0.5
set_routing_layers -signal met1-met5
set_macro_extension 2
global_route -guide_file [make_result_file route.guide] \
-congestion_iterations 100 \
-verbose
Expand Down
1 change: 0 additions & 1 deletion flow/util/write_net_rc_script.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ if {[env_var_exists_and_non_empty FASTROUTE_TCL]} {
} else {
set_global_routing_layer_adjustment $env(MIN_ROUTING_LAYER)-$env(MAX_ROUTING_LAYER) 0.5
set_routing_layers -signal $env(MIN_ROUTING_LAYER)-$env(MAX_ROUTING_LAYER)
set_macro_extension 2
}

global_route -congestion_iterations 100
Expand Down
2 changes: 1 addition & 1 deletion tools/OpenROAD
Submodule OpenROAD updated 66 files
+0 −2 .bazelignore
+5 −0 .bazelrc
+4 −1 BUILD.bazel
+31 −12 MODULE.bazel
+19 −16 MODULE.bazel.lock
+0 −3 WORKSPACE
+2 −2 bazel/BUILD
+26 −0 bazel/openmp/BUILD
+163 −0 bazel/openmp/bundled.BUILD.bazel
+133 −0 bazel/openmp/kmp_config.h
+440 −0 bazel/openmp/kmp_i18n_default.inc
+456 −0 bazel/openmp/kmp_i18n_id.inc
+1 −1 src/ant/BUILD
+1 −1 src/cts/test/BUILD
+3 −0 src/dpl/BUILD
+1 −1 src/dpl/test/BUILD
+8 −1 src/drt/src/db/tech/frTechObject.h
+16 −10 src/drt/src/io/io_parser_helper.cpp
+7 −5 src/drt/src/pa/FlexPA_acc_point.cpp
+0 −2 src/drt/test/ndr_vias1.ok
+0 −2 src/drt/test/ndr_vias2.ok
+0 −2 src/drt/test/ndr_vias3.ok
+1 −1 src/grt/BUILD
+7 −1 src/grt/src/GlobalRouter.cpp
+0 −4 src/grt/test/pin_access2.ok
+1 −1 src/gui/include/gui/heatMap.h
+9 −3 src/gui/src/heatMap.cpp
+7 −4 src/mpl/src/SimulatedAnnealingCore.cpp
+2 −1 src/mpl/src/SimulatedAnnealingCore.h
+1 −2 src/mpl/src/graphics.cpp
+27 −11 src/mpl/src/hier_rtlmp.cpp
+2 −2 src/mpl/src/hier_rtlmp.h
+1 −2 src/mpl/src/shapes.h
+5 −1 src/mpl/test/BUILD
+4 −4 src/mpl/test/boundary_push2.defok
+4 −4 src/mpl/test/boundary_push3.defok
+400 −400 src/mpl/test/guides1.defok
+400 −400 src/mpl/test/io_constraints1.defok
+1 −1 src/mpl/test/io_constraints1.tcl
+400 −400 src/mpl/test/io_constraints2.defok
+401 −401 src/mpl/test/io_constraints3.defok
+5 −2 src/mpl/test/io_constraints3.tcl
+400 −400 src/mpl/test/io_constraints4.defok
+400 −400 src/mpl/test/io_constraints6.defok
+400 −400 src/mpl/test/io_constraints7.defok
+401 −401 src/mpl/test/io_constraints8.defok
+401 −401 src/mpl/test/io_pads1.defok
+1 −0 src/odb/BUILD
+4 −1 src/odb/src/def/BUILD
+6 −4 src/odb/test/cpp/BUILD
+17 −16 src/rcx/include/rcx/extRCap.h
+2 −0 src/rcx/src/ext.cpp
+2 −2 src/rcx/src/extBenchDB.cpp
+66 −85 src/rcx/src/extRCmodel.cpp
+2 −3 src/rcx/src/extRCmodel_solver.cpp
+0 −1 src/rcx/src/extmain_v2.cpp
+3 −3 src/rcx/src/netRC.cpp
+15 −1 src/rmp/test/BUILD
+3 −3 src/rsz/BUILD
+2 −2 src/utl/BUILD
+5 −2 src/utl/src/histogram.cpp
+1 −1 test/orfs/gcd/BUILD
+3 −0 test/orfs/mock-array/BUILD
+4 −12 test/orfs/mock-array/chisel.bzl
+1 −1 test/orfs/mock-array/src/main/scala/MockArray.scala
+5 −1 test/regression.bzl