Skip to content

Commit 7e26a66

Browse files
author
Muhammad Haris Zafar
committed
Fixing typo
1 parent 1a2c668 commit 7e26a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/clock_network_builders.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ int ClockRib::create_chanx_wire(int x_start,
325325
node.set_track_num(ptc_num);
326326
node.set_rc_index(find_create_rr_rc_data(
327327
x_chan_wire.layer.r_metal, x_chan_wire.layer.c_metal));
328-
rr_graph_builder.set_node_direction(chanx_node,direction);
328+
rr_graph_builder.set_node_direction(chanx_node, direction);
329329

330330
short seg_index = 0;
331331
switch (direction) {

0 commit comments

Comments
 (0)