Skip to content

Commit f44646e

Browse files
committed
open: default values
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 131a518 commit f44646e

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
@@ -62,7 +62,7 @@ if { [ord::openroad_gui_compiled] } {
6262
"OpenROAD - $::env(PLATFORM)/$::env(DESIGN_NICKNAME)/$::env(FLOW_VARIANT) - ${db_basename}"
6363
}
6464

65-
if { [env_var_equals GUI_TIMING 1] } {
65+
if { $::env(GUI_TIMING) } {
6666
puts "GUI_TIMING=1 reading timing, takes a little while for large designs..."
6767
read_timing $input_file
6868
if { [gui::enabled] } {

0 commit comments

Comments
 (0)