Skip to content

Commit baf04e5

Browse files
committed
removed printing noc statistics separate from all other block types, it is all embedded in the move_type_stat
1 parent ea5b7e7 commit baf04e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/place.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,8 +1025,8 @@ void try_place(const Netlist<>& net_list,
10251025
print_placement_swaps_stats(state);
10261026

10271027
print_placement_move_types_stats(move_type_stat);
1028+
10281029
if (noc_opts.noc) {
1029-
print_noc_placement_stats();
10301030
write_noc_placement_file(noc_opts.noc_placement_file_name);
10311031
}
10321032

0 commit comments

Comments
 (0)