Skip to content

Commit bf16036

Browse files
committed
[Draw][Breakpoint] Fix typo on breakpoint window.
1 parent e1f0d31 commit bf16036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/draw/draw_debug.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ void breakpoint_info_window(std::string bpDescription, BreakpointState draw_brea
690690
gtk_widget_set_margin_left(ri_info, 5);
691691
#endif
692692
gtk_widget_set_halign(ri_info, GTK_ALIGN_START);
693-
std::string net_id = "rouet_net_id: " + std::to_string(draw_breakpoint_state.route_net_id);
693+
std::string net_id = "route_net_id: " + std::to_string(draw_breakpoint_state.route_net_id);
694694
GtkWidget* net_info = gtk_label_new(net_id.c_str());
695695
#if GTK_CHECK_VERSION(3, 12, 0)
696696
gtk_widget_set_margin_start(net_info, 5);

0 commit comments

Comments
 (0)