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 64d013d commit b430537Copy full SHA for b430537
flow/scripts/open.tcl
@@ -67,18 +67,6 @@ if {[env_var_equals GUI_TIMING 1]} {
67
set height [ord::dbu_to_microns $height]
68
set resolution [expr $height / 1000]
69
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
-
82
# FIXME IRDrop heatmap should be added, but it has to be skipped
83
# when there is no IRDrop heatmap to be rendered.
84
0 commit comments