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 066327a + 4efb98d commit 1cbce35Copy full SHA for 1cbce35
flow/scripts/open.tcl
@@ -57,6 +57,11 @@ proc read_timing {input_file} {
57
puts "OK"
58
}
59
60
+if {[ord::openroad_gui_compiled]} {
61
+ set db_basename [file rootname [file tail $input_file]]
62
+ gui::set_title "OpenROAD - $::env(PLATFORM)/$::env(DESIGN_NICKNAME)/$::env(FLOW_VARIANT) - ${db_basename}"
63
+}
64
+
65
if {[env_var_equals GUI_TIMING 1]} {
66
puts "GUI_TIMING=1 reading timing, takes a little while for large designs..."
67
read_timing $input_file
0 commit comments