bug fixing for rr_graph.clear() function

This commit is contained in:
tangxifan 2020-03-27 10:52:48 -06:00
parent 3b3c39454b
commit 91a618466d
2 changed files with 2 additions and 1 deletions

View File

@ -193,7 +193,7 @@
</tiles>
<!-- ODIN II specific config ends -->
<!-- Physical descriptions begin -->
<layout tileable="true" through_channel="false">
<layout tileable="true" through_channel="true">
<!--auto_layout aspect_ratio="1.0"-->
<fixed_layout name="4x4" width="5" height="4">
<!--Perimeter of 'io' blocks with 'EMPTY' blocks at corners-->

View File

@ -1500,6 +1500,7 @@ void RRGraph::clear_nodes() {
node_sides_.clear();
node_Rs_.clear();
node_Cs_.clear();
node_rc_data_indices_.clear();
node_segments_.clear();
node_num_in_edges_.clear();