We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23f995 commit 8784229Copy full SHA for 8784229
flow/scripts/detail_route.tcl
@@ -1,7 +1,7 @@
1
utl::set_metrics_stage "detailedroute__{}"
2
source $::env(SCRIPTS_DIR)/load.tcl
3
if {[file exists $::global_route_congestion_report]} {
4
- if {[file size $::global_route_congestion_report] != 0]} {
+ if {[file size $::global_route_congestion_report] != 0} {
5
error "Global routing failed, run `make gui_grt` and load $::global_route_congestion_report \
6
in DRC viewer to view congestion"
7
}
0 commit comments