We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a5555 commit 167a46cCopy full SHA for 167a46c
libs/librrgraph/src/base/rr_graph_builder.h
@@ -401,13 +401,6 @@ class RRGraphBuilder {
401
return node_storage_.count_rr_switches(arch_switch_inf, arch_switch_fanins);
402
}
403
404
- /** @brief Unlock storage; required to modify an routing resource graph after edge is read */
405
- inline void unlock_storage() {
406
- node_storage_.edges_read_ = false;
407
- node_storage_.partitioned_ = false;
408
- node_storage_.clear_node_first_edge();
409
- }
410
-
411
/** @brief Reserve the lists of nodes, edges, switches etc. to be memory efficient.
412
* This function is mainly used to reserve memory space inside RRGraph,
413
* when adding a large number of nodes/edge/switches/segments,
0 commit comments