File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1+ if {[expr [file exists $::env(REPORTS_DIR) /congestion.rpt] && \
2+ [file size $::env(REPORTS_DIR) /congestion.rpt] != 0]} {
3+ error " Global routing failed, run `make gui_grt` and load $::env(REPORTS_DIR) /congestion.rpt \
4+ in DRC viewer to view congestion"
5+ }
6+
17utl::set_metrics_stage " detailedroute__{}"
28source $::env(SCRIPTS_DIR) /load.tcl
39load_design 5_1_grt.odb 4_cts.sdc
Original file line number Diff line number Diff line change 1- if {[expr [file exists $::env(REPORTS_DIR) /congestion.rpt] && \
2- [file size $::env(REPORTS_DIR) /congestion.rpt] != 0]} {
3- error " Global routing failed, run `make gui_grt` and load $::env(REPORTS_DIR) /congestion.rpt \
4- in DRC viewer to view congestion"
5- }
6-
71source $::env(SCRIPTS_DIR) /load.tcl
82if {[env_var_exists_and_non_empty FILL_CELLS]} {
93 load_design 5_2_route.odb 4_cts.sdc
You can’t perform that action at this time.
0 commit comments