Skip to content

Commit d9b9cfa

Browse files
committed
make: gui_ prerendering simplification
simplify now that grt::have_routes checks if placement is done first. no need to save dummy.png to prerender. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent b430537 commit d9b9cfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flow/scripts/open.tcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if {[env_var_equals GUI_TIMING 1]} {
8282
}
8383
}
8484

85-
set have_routes [expr {$placed && [grt::have_routes]}]
85+
set have_routes [grt::have_routes]
8686

8787
foreach heatmap {Placement Routing RUDY Power} {
8888
if {[string equal $heatmap Routing] && !$have_routes} {
@@ -101,7 +101,6 @@ if {[env_var_equals GUI_TIMING 1]} {
101101
}
102102
puts "Prerendering $heatmap heatmap..."
103103
gui::set_heatmap $heatmap rebuild 1
104-
gui::dump_heatmap $heatmap $::env(REPORTS_DIR)/dummy.png
105104
}
106105

107106
log_cmd gui::select_chart "Endpoint Slack"

0 commit comments

Comments
 (0)