Skip to content

Commit b3b015d

Browse files
author
Muhammad Haris Zafar
committed
Updating comment
1 parent b75ff02 commit b3b015d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vpr/src/device/rr_graph_builder.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,11 @@ class RRGraphBuilder {
122122
return node_storage_.count_rr_switches(num_arch_switches, arch_switch_inf, arch_switch_fanins);
123123
}
124124

125-
/** brief Validate that edge data is partitioned correctly */
125+
/** brief Validate that edge data is partitioned correctly
126+
* @note This function is used to validate the correctness of the routing resource graph in terms
127+
* of graph attributes. Strongly recommend to call it when you finish the building a routing resource
128+
* graph. If you need more advance checks, which are related to architecture features, you should
129+
* consider to use the check_rr_graph() function or build your own check_rr_graph() function. */
126130
inline bool validate() const {
127131
return node_storage_.validate();
128132
}

0 commit comments

Comments
 (0)