Skip to content

Commit 8784229

Browse files
committed
detail route: fix gaffe in check if there's congestion
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent d23f995 commit 8784229

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)