Skip to content

Commit 366d5cc

Browse files
authored
Merge pull request #1392 from verilog-to-routing/bold_crit_paths
made critical path lines thicker
2 parents 86fc164 + e5df5e8 commit 366d5cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpr/src/draw/draw.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3180,6 +3180,7 @@ static void draw_crit_path(ezgl::renderer* g) {
31803180
if (draw_state->show_crit_path == DRAW_CRIT_PATH_FLYLINES || draw_state->show_crit_path == DRAW_CRIT_PATH_FLYLINES_DELAYS) {
31813181
g->set_color(color);
31823182
g->set_line_dash(ezgl::line_dash::none);
3183+
g->set_line_width(4);
31833184
draw_flyline_timing_edge(tnode_draw_coord(prev_node), tnode_draw_coord(node), delay, g);
31843185
} else {
31853186
VTR_ASSERT(draw_state->show_crit_path != DRAW_NO_CRIT_PATH);

0 commit comments

Comments
 (0)