Skip to content

Commit 6614b57

Browse files
committed
[VPR] Code format fix
1 parent 69f83bf commit 6614b57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vpr/src/device/rr_spatial_lookup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class RRSpatialLookup {
9090
int ptc,
9191
e_side side);
9292

93-
/* Mirror the last dimension of a look-up, i.e., a list of nodes, from a source coordinate to
93+
/* Mirror the last dimension of a look-up, i.e., a list of nodes, from a source coordinate to
9494
* a destination coordinate.
9595
* This function is mostly need by SOURCE and SINK nodes which are indexable in multiple locations.
9696
* Considering a bounding box (x, y)->(x + width, y + height) of a multi-height and multi-width grid,

vpr/src/route/rr_graph2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ static void load_chan_rr_indices(const int max_chan_width,
946946
int node_x = chan;
947947
int node_y = start;
948948
if (CHANX == type) {
949-
std::swap(node_x, node_y);
949+
std::swap(node_x, node_y);
950950
}
951951

952952
/* If the start of the wire doesn't have a inode,

0 commit comments

Comments
 (0)