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 97a463d + 34602ee commit d696b83Copy full SHA for d696b83
flow/scripts/detail_route.tcl
@@ -1,12 +1,10 @@
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} {
5
- error "Global routing failed, run `make gui_grt` and load $::global_route_congestion_report \
6
- in DRC viewer to view congestion"
7
- }
8
-}
9
load_design 5_1_grt.odb 4_cts.sdc
+if {![grt::have_routes]} {
+ error "Global routing failed, run `make gui_grt` and load $::global_route_congestion_report \
+ in DRC viewer to view congestion"
+}
10
erase_non_stage_variables route
11
set_propagated_clock [all_clocks]
12
0 commit comments