Skip to content

Commit 746bdae

Browse files
committed
run make format
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent ace45ec commit 746bdae

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

vpr/src/route/rr_graph_indexed_data.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,11 @@ static void load_rr_indexed_data_T_values(int index_start,
395395
// which prevails over unbuffered ones.
396396
switches_buffered[cost_index] = 1;
397397

398-
VTR_LOG_WARN("Inconsistency in the buffering state of all wire-to-wire switches of wire segments "
399-
"with cost index (%d) to have same 'buffered' value (%d), "
400-
"but found segment switch with different 'buffered' value (%d)\n", cost_index, switches_buffered[cost_index], buffered);
398+
VTR_LOG_WARN(
399+
"Inconsistency in the buffering state of all wire-to-wire switches of wire segments "
400+
"with cost index (%d) to have same 'buffered' value (%d), "
401+
"but found segment switch with different 'buffered' value (%d)\n",
402+
cost_index, switches_buffered[cost_index], buffered);
401403
}
402404
}
403405
}

0 commit comments

Comments
 (0)