Skip to content

Commit 849e0b2

Browse files
author
Nathan Shreve
committed
Added rr_graph_utils.h to documentation
1 parent 0401d99 commit 849e0b2

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

doc/src/api/vpr/rr_graph.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ RRSpatialLookup
3535
:project: librrgraph
3636
:members:
3737

38+
rr_graph_utils
39+
---------------
40+
41+
.. doxygenfile:: rr_graph_utils.h
42+
:project: librrgraph
43+
:sections: briefdescription detaileddescription func prototype user-defined public-func

libs/librrgraph/src/base/rr_graph_utils.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ static void walk_cluster_recursive(const RRGraphView& rr_graph,
4141
}
4242
}
4343

44-
/****************************************************************************
45-
* Find the switches interconnecting two nodes
46-
* Return a vector of switch ids
47-
***************************************************************************/
4844
std::vector<RRSwitchId> find_rr_graph_switches(const RRGraph& rr_graph,
4945
const RRNodeId& from_node,
5046
const RRNodeId& to_node) {

libs/librrgraph/src/base/rr_graph_utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ struct t_cluster_pin_chain {
4444

4545
/**
4646
* @brief Get node-to-node switches in a RRGraph
47+
*
48+
* @return A vector of switch ids
4749
* */
4850
std::vector<RRSwitchId> find_rr_graph_switches(const RRGraph& rr_graph,
4951
const RRNodeId& from_node,

0 commit comments

Comments
 (0)