Skip to content

Commit 1cbb19a

Browse files
acomodivaughnbetz
authored andcommitted
rr_graph: remove warning on inconsistent buffering state
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 4568ae8 commit 1cbb19a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

vpr/src/route/rr_graph_indexed_data.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,6 @@ static void load_rr_indexed_data_T_values(int index_start,
394394
// This means that at least one edge of this node has a buffered switch,
395395
// which prevails over unbuffered ones.
396396
switches_buffered[cost_index] = 1;
397-
398-
VTR_LOG_WARN("Inconsistency in the buffering state of all wire-to-wire switches of wire segments "
399-
"with cost index (%d) to have same 'buffered' value (%d), "
400-
"but found segment switch with different 'buffered' value (%d)\n", cost_index, switches_buffered[cost_index], buffered);
401397
}
402398
}
403399
}
@@ -513,10 +509,6 @@ static void calculate_average_switch(int inode, double& avg_switch_R, double& av
513509
// This means that at least one edge of this node has a buffered switch,
514510
// which prevails over unbuffered ones.
515511
buffered = 1;
516-
517-
VTR_LOG_WARN("Inconsitent buffering of children of rr node %s (%s)\n",
518-
rr_node_arch_name(inode).c_str(),
519-
describe_rr_node(inode).c_str());
520512
}
521513

522514
num_switches++;

0 commit comments

Comments
 (0)