Skip to content

Commit 6e9f206

Browse files
author
Muhammad Haris Zafar
committed
Updating comment about API set_node_direction
1 parent 86762fd commit 6e9f206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/device/rr_graph_builder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class RRGraphBuilder {
6565
node_storage_.set_node_coordinates(id, x1, y1, x2, y2);
6666
}
6767

68-
/** @brief Set the node direction */
68+
/** @brief Set the node direction; The node direction is only available of routing channel nodes, such as x-direction routing tracks (CHANX) and y-direction routing tracks (CHANY). Otherwise the value contained in the field should be igonred. */
6969
inline void set_node_direction(RRNodeId id, Direction new_direction) {
7070
node_storage_.set_node_direction(id, new_direction);
7171
}

0 commit comments

Comments
 (0)