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.
1 parent 131a518 commit f44646eCopy full SHA for f44646e
flow/scripts/open.tcl
@@ -62,7 +62,7 @@ if { [ord::openroad_gui_compiled] } {
62
"OpenROAD - $::env(PLATFORM)/$::env(DESIGN_NICKNAME)/$::env(FLOW_VARIANT) - ${db_basename}"
63
}
64
65
-if { [env_var_equals GUI_TIMING 1] } {
+if { $::env(GUI_TIMING) } {
66
puts "GUI_TIMING=1 reading timing, takes a little while for large designs..."
67
read_timing $input_file
68
if { [gui::enabled] } {
0 commit comments