Skip to content

Commit 64ac05a

Browse files
committed
[vpr][route][rr_graph] fix formatting
1 parent c72e3c6 commit 64ac05a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vpr/src/route/rr_graph_generation/rr_graph.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,12 @@ static void build_rr_graph(e_graph_type graph_type,
11301130
// Save the channel widths for the newly constructed graph
11311131
device_ctx.chan_width = nodes_per_chan;
11321132

1133-
rr_graph_externals(segment_inf, segment_inf_x, segment_inf_y, segment_inf_z, wire_to_rr_ipin_switch, base_cost_type);
1133+
rr_graph_externals(segment_inf,
1134+
segment_inf_x,
1135+
segment_inf_y,
1136+
segment_inf_z,
1137+
wire_to_rr_ipin_switch,
1138+
base_cost_type);
11341139

11351140
const VibDeviceGrid vib_grid;
11361141
check_rr_graph(device_ctx.rr_graph,

0 commit comments

Comments
 (0)