bug fixing for rr_graph.clear() function
This commit is contained in:
parent
3b3c39454b
commit
91a618466d
|
@ -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-->
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue