Skip to content

Commit 22e0229

Browse files
authored
Merge pull request #3095 from Pinata-Consulting/open-logging
open: add logging of selectin Endpoint slack
2 parents 629c11d + 166bea4 commit 22e0229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/open.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if {[env_var_equals GUI_TIMING 1]} {
6464
puts "GUI_TIMING=1 reading timing, takes a little while for large designs..."
6565
read_timing $input_file
6666
if {[gui::enabled]} {
67-
gui::select_chart "Endpoint Slack"
67+
log_cmd gui::select_chart "Endpoint Slack"
6868
log_cmd gui::update_timing_report
6969
}
7070
}

0 commit comments

Comments
 (0)