Skip to content

Commit 4efb98d

Browse files
committed
scripts: Describe checkpoint in GUI title
Signed-off-by: Martin Povišer <[email protected]>
1 parent f6274ee commit 4efb98d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flow/scripts/open.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ proc read_timing {input_file} {
5757
puts "OK"
5858
}
5959

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+
6065
if {[env_var_equals GUI_TIMING 1]} {
6166
puts "GUI_TIMING=1 reading timing, takes a little while for large designs..."
6267
read_timing $input_file

0 commit comments

Comments
 (0)