Skip to content

Commit c036b0b

Browse files
committed
remove an unused parameter
1 parent 2afda40 commit c036b0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vpr/src/route/router_lookahead_map.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ static void min_global_cost_map(vtr::NdMatrix<util::Cost_Entry, 3>& internal_opi
266266
* @return (delay, congestion)
267267
*/
268268
static std::pair<float, float> get_cost_from_src_opin(const std::map<int, util::t_reachable_wire_inf>& src_opin_delay_map,
269-
int from_layer_num,
270269
int delta_x,
271270
int delta_y,
272271
int to_layer_num);
@@ -473,7 +472,6 @@ std::pair<float, float> MapLookahead::get_expected_delay_and_cong(RRNodeId from_
473472
auto from_ptc = rr_graph.node_ptc_num(from_node);
474473

475474
std::tie(expected_delay_cost, expected_cong_cost) = get_cost_from_src_opin(src_opin_delays[from_layer_num][from_tile_index][from_ptc][to_layer_num],
476-
from_layer_num,
477475
delta_x,
478476
delta_y,
479477
to_layer_num);
@@ -1491,7 +1489,6 @@ static void min_global_cost_map(vtr::NdMatrix<util::Cost_Entry, 3>& internal_opi
14911489
}
14921490

14931491
static std::pair<float, float> get_cost_from_src_opin(const std::map<int, util::t_reachable_wire_inf>& src_opin_delay_map,
1494-
int from_layer_num,
14951492
int delta_x,
14961493
int delta_y,
14971494
int to_layer_num) {

0 commit comments

Comments
 (0)