Skip to content

Commit 65cb949

Browse files
committed
removed update_noc_stat function, no longer needed
1 parent cbaa8f4 commit 65cb949

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

vpr/src/place/noc_place_utils.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -541,13 +541,6 @@ e_create_move propose_router_swap(t_pl_blocks_to_be_moved& blocks_affected, floa
541541
return create_move;
542542
}
543543

544-
void update_noc_placement_stats(int move_type) {
545-
noc_place_stats.number_of_noc_router_moves++;
546-
noc_place_stats.number_of_noc_router_moves_per_move_type[move_type]++;
547-
548-
return;
549-
}
550-
551544
void write_noc_placement_file(std::string file_name) {
552545
// we need the clustered netlist to get the names of all the NoC router cluster blocks
553546
auto& cluster_ctx = g_vpr_ctx.clustering();

0 commit comments

Comments
 (0)