@@ -1136,7 +1136,7 @@ void draw_crit_path_elements(const std::vector<tatum::TimingPath>& paths, const
1136
1136
if (draw_current_element) {
1137
1137
draw_flyline_timing_edge_helper_fn (g, color, ezgl::line_dash::none, /* line_width*/ 4 , delay, prev_node, node);
1138
1138
} else if (draw_crit_path_contour) {
1139
- draw_flyline_timing_edge_helper_fn (g, contour_color, contour_line_style, contour_line_width, delay, prev_node, node, /* skip_draw_delays*/ true );
1139
+ draw_flyline_timing_edge_helper_fn (g, contour_color, contour_line_style, contour_line_width, delay, prev_node, node, /* skip_draw_delays*/ true );
1140
1140
}
1141
1141
} else {
1142
1142
VTR_ASSERT (draw_state->show_crit_path != DRAW_NO_CRIT_PATH);
@@ -1147,7 +1147,7 @@ void draw_crit_path_elements(const std::vector<tatum::TimingPath>& paths, const
1147
1147
1148
1148
draw_flyline_timing_edge_helper_fn (g, color, ezgl::line_dash::asymmetric_5_3, /* line_width*/ 3 , delay, prev_node, node);
1149
1149
} else if (draw_crit_path_contour) {
1150
- draw_flyline_timing_edge_helper_fn (g, contour_color, contour_line_style, contour_line_width, delay, prev_node, node, /* skip_draw_delays*/ true );
1150
+ draw_flyline_timing_edge_helper_fn (g, contour_color, contour_line_style, contour_line_width, delay, prev_node, node, /* skip_draw_delays*/ true );
1151
1151
}
1152
1152
}
1153
1153
}
0 commit comments