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 bdecdd0 + cb4bb1a commit f6274eeCopy full SHA for f6274ee
flow/scripts/open.tcl
@@ -60,8 +60,10 @@ proc read_timing {input_file} {
60
if {[env_var_equals GUI_TIMING 1]} {
61
puts "GUI_TIMING=1 reading timing, takes a little while for large designs..."
62
read_timing $input_file
63
- gui::select_chart "Endpoint Slack"
64
- log_cmd gui::update_timing_report
+ if {[gui::enabled]} {
+ gui::select_chart "Endpoint Slack"
65
+ log_cmd gui::update_timing_report
66
+ }
67
}
68
69
fast_route
0 commit comments