Skip to content

Commit ef304b6

Browse files
committed
Doxygen comment for rr_graph_storage.h
1 parent d8b234b commit ef304b6

File tree

2 files changed

+165
-135
lines changed

2 files changed

+165
-135
lines changed

libs/librrgraph/src/base/rr_graph_builder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ class RRGraphBuilder {
193193
node_storage_.set_node_layer(id, layer);
194194
}
195195

196+
/** @brief set the ptc twist increment number for TILEABLE rr graphs (for more information see rr_graph_storage.h twist increment comment) */
196197
inline void set_node_ptc_twist_incr(RRNodeId id, int twist){
197198
node_storage_.set_node_ptc_twist_incr(id, twist);
198199
}

0 commit comments

Comments
 (0)