Skip to content

Commit b430537

Browse files
committed
make: gui_ prerendering
delete clock tree commented out code for now, revisit later. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 64d013d commit b430537

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

flow/scripts/open.tcl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,6 @@ if {[env_var_equals GUI_TIMING 1]} {
6767
set height [ord::dbu_to_microns $height]
6868
set resolution [expr $height / 1000]
6969

70-
# FIXME reenable when there is a way to disable the rendered clock tree
71-
#
72-
# foreach clock [get_clocks *] {
73-
# if { [llength [get_property $clock sources]] > 0 } {
74-
# set clock_name [get_name $clock]
75-
# save_clocktree_image -clock $clock_name \
76-
# -width 100 -height 100 \
77-
# $::env(OBJECTS_DIR)/dummy.png
78-
# break
79-
# }
80-
# }
81-
8270
# FIXME IRDrop heatmap should be added, but it has to be skipped
8371
# when there is no IRDrop heatmap to be rendered.
8472

0 commit comments

Comments
 (0)