File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,11 @@ class RRGraphBuilder {
122
122
return node_storage_.count_rr_switches (num_arch_switches, arch_switch_inf, arch_switch_fanins);
123
123
}
124
124
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. */
126
130
inline bool validate () const {
127
131
return node_storage_.validate ();
128
132
}
You can’t perform that action at this time.
0 commit comments