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 903ecce commit aaaaa13Copy full SHA for aaaaa13
vpr/src/place/net_cost_handler.cpp
@@ -1424,7 +1424,7 @@ double NetCostHandler::get_net_wirelength_from_layer_bb_(ClusterNetId net_id) co
1424
const vtr::NdMatrixProxy<int, 1> net_layer_pin_sink_count = num_sink_pin_layer_[size_t(net_id)];
1425
1426
double ncost = 0.;
1427
- VTR_ASSERT_SAFE((int)bb.size() == g_vpr_ctx.device().grid.get_num_layers());
+ VTR_ASSERT_SAFE(bb.size() == g_vpr_ctx.device().grid.get_num_layers());
1428
1429
for (size_t layer_num = 0; layer_num < bb.size(); layer_num++) {
1430
VTR_ASSERT_SAFE(net_layer_pin_sink_count[layer_num] != UNDEFINED);
0 commit comments