Skip to content

Commit 2bc3455

Browse files
make cmp_class no_except
1 parent 244e3b9 commit 2bc3455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/delay_model/compute_delta_delays_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ std::vector<int> get_best_classes(enum e_pin_type pintype, t_physical_tile_type_
960960
}
961961

962962
// Sort classes so the largest pin class is first
963-
auto cmp_class = [&](int lhs, int rhs) {
963+
auto cmp_class = [&](int lhs, int rhs) noexcept {
964964
return type->class_inf[lhs].num_pins > type->class_inf[rhs].num_pins;
965965
};
966966

0 commit comments

Comments
 (0)