Skip to content

Commit

Permalink
Merge pull request #2652 from Pinata-Consulting/make-open-gaffe
Browse files Browse the repository at this point in the history
make: fix my open_ gaffe
  • Loading branch information
maliberty authored Jan 3, 2025
2 parents bdecdd0 + cb4bb1a commit f6274ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flow/scripts/open.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ proc read_timing {input_file} {
if {[env_var_equals GUI_TIMING 1]} {
puts "GUI_TIMING=1 reading timing, takes a little while for large designs..."
read_timing $input_file
gui::select_chart "Endpoint Slack"
log_cmd gui::update_timing_report
if {[gui::enabled]} {
gui::select_chart "Endpoint Slack"
log_cmd gui::update_timing_report
}
}

fast_route

0 comments on commit f6274ee

Please sign in to comment.