Skip to content

Commit

Permalink
makefile: gui_ skip prerendering of IRDrop for now
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Dec 4, 2024
1 parent 7ac61dc commit 9975e5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flow/scripts/open.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ if {[env_var_equals GUI_TIMING 1]} {
}
}

foreach heatmap {Placement IRDrop Routing RUDY Power} {
# FIXME IRDrop heatmap should be added, but it has to be skipped
# when there is no IRDrop heatmap to be rendered.
foreach heatmap {Placement Routing RUDY Power} {
if {[string equal $heatmap Routing] && ![grt::have_routes]} {
puts "Skipping $heatmap heatmap, no routes available"
continue
Expand Down

0 comments on commit 9975e5d

Please sign in to comment.