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 1474b8f commit cca3076Copy full SHA for cca3076
vpr/src/route/segment_stats.cpp
@@ -60,9 +60,7 @@ void get_segment_usage_stats(std::vector<t_segment_inf>& segment_inf) {
60
length = LONGLINE;
61
const short& inode_capacity = rr_graph.node_capacity(rr_id);
62
int occ = route_ctx.rr_node_route_inf[inode].occ();
63
- VTR_ASSERT(node_type == CHANX || node_type == CHANY);
64
auto ax = (node_type == CHANX) ? X_AXIS : Y_AXIS;
65
- VTR_ASSERT(occ <= 1 && inode_capacity <= 1);
66
directed_occ_by_length[ax][length] += occ;
67
directed_cap_by_length[ax][length] += inode_capacity;
68
}
0 commit comments