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 48e6afe + a4c6c9b commit adc9efcCopy full SHA for adc9efc
flow/scripts/open.tcl
@@ -2,7 +2,9 @@ source $::env(SCRIPTS_DIR)/util.tcl
2
3
source_env_var_if_exists PLATFORM_TCL
4
5
-source $::env(SCRIPTS_DIR)/read_liberty.tcl
+if { [env_var_equals GUI_TIMING 1] } {
6
+ source $::env(SCRIPTS_DIR)/read_liberty.tcl
7
+}
8
9
if { [env_var_exists_and_non_empty DEF_FILE] } {
10
log_cmd read_lef $::env(TECH_LEF)
0 commit comments