Skip to content

Commit a53ab00

Browse files
committed
[VPR] format the code
1 parent 6464598 commit a53ab00

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vpr/src/device/rr_spatial_lookup.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,12 @@ class RRSpatialLookup {
138138
* - .add_node(...)
139139
* As such, multiple node addition could be efficiently implemented
140140
*/
141-
void add_node(RRNodeId node, int x, int y, t_rr_type type, int ptc, e_side side = SIDES[0]);
141+
void add_node(RRNodeId node,
142+
int x,
143+
int y,
144+
t_rr_type type,
145+
int ptc,
146+
e_side side = SIDES[0]);
142147

143148
/**
144149
* @brief Mirror the last dimension of a look-up, i.e., a list of nodes, from a source coordinate to

0 commit comments

Comments
 (0)