Skip to content

Commit bec2f0a

Browse files
tangxifanvaughnbetz
authored andcommitted
[VPR] remove comparison to boolean in rr_graph
1 parent 93b9ff9 commit bec2f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/rr_graph2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ static void load_block_rr_indices(const DeviceGrid& grid,
11751175
* As such, we only allocate a rr node when the pin is indeed located
11761176
* on at least one side
11771177
*/
1178-
if (true == assigned_to_rr_node) {
1178+
if (assigned_to_rr_node) {
11791179
++(*index);
11801180
}
11811181
}

0 commit comments

Comments
 (0)