Skip to content

Commit 558a2c1

Browse files
committed
block_type_pin_index_to_name requires a third argument
1 parent f77e0e4 commit 558a2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/rr_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ static void build_rr_graph(const t_graph_type graph_type,
11391139
"seg = %d (%s), Fc_out = %d, Fc_in = %d.\n",
11401140
type.name,
11411141
j,
1142-
block_type_pin_index_to_name(&type, j).c_str(),
1142+
block_type_pin_index_to_name(&type, j, is_flat).c_str(),
11431143
k,
11441144
segment_inf[k].name.c_str(),
11451145
Fc_out[i][j][k],

0 commit comments

Comments
 (0)