Skip to content

Commit c64e96e

Browse files
authored
Merge pull request #2470 from Pinata-Consulting/detail-route-fix
detail route: fix gaffe in check if there's congestion
2 parents d23f995 + 8784229 commit c64e96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/detail_route.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
utl::set_metrics_stage "detailedroute__{}"
22
source $::env(SCRIPTS_DIR)/load.tcl
33
if {[file exists $::global_route_congestion_report]} {
4-
if {[file size $::global_route_congestion_report] != 0]} {
4+
if {[file size $::global_route_congestion_report] != 0} {
55
error "Global routing failed, run `make gui_grt` and load $::global_route_congestion_report \
66
in DRC viewer to view congestion"
77
}

0 commit comments

Comments
 (0)