Skip to content

Commit 054e1be

Browse files
make format
1 parent ea311a6 commit 054e1be

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

vpr/src/base/read_route.h

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212

1313
bool read_route(const char* route_file, const t_router_opts& RouterOpts, bool verify_file_digests, bool is_flat);
1414
void print_route(const Netlist<>& net_list, const char* placement_file, const char* route_file, bool is_flat);
15-

vpr/src/route/check_route.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ static bool check_adjacent(RRNodeId from_node, RRNodeId to_node, bool is_flat) {
362362
return true;
363363
} else {
364364
VTR_ASSERT(to_type == t_rr_type::IPIN); /* direct OPIN to IPIN connections not necessarily adjacent */
365-
return true; /* Special case, direct OPIN to IPIN connections need not be adjacent */
365+
return true; /* Special case, direct OPIN to IPIN connections need not be adjacent */
366366
}
367367

368368
break;

0 commit comments

Comments
 (0)