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.
2 parents 33a09a8 + 7416d2e commit d23f995Copy full SHA for d23f995
flow/scripts/detail_route.tcl
@@ -1,9 +1,10 @@
1
utl::set_metrics_stage "detailedroute__{}"
2
source $::env(SCRIPTS_DIR)/load.tcl
3
-if {[expr [file exists $::global_route_congestion_report] && \
4
- [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"
+if {[file exists $::global_route_congestion_report]} {
+ if {[file size $::global_route_congestion_report] != 0]} {
+ error "Global routing failed, run `make gui_grt` and load $::global_route_congestion_report \
+ in DRC viewer to view congestion"
7
+ }
8
}
9
load_design 5_1_grt.odb 4_cts.sdc
10
erase_non_stage_variables route
0 commit comments