[core] typo

This commit is contained in:
tangxifan 2024-08-02 14:27:43 -07:00
parent f44c45bdd3
commit 1ec5847d5a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ static void update_cluster_pin_with_post_routing_results(
} else if (perimeter_cb) {
/* When perimeter connection blcoks are allowed, I/O pins may occur on any
* side but the border side */
VTR_ASSERT(pin_sides.end() !=
VTR_ASSERT(pin_sides.end() ==
std::find(pin_sides.begin(), pin_sides.end(), border_side));
VTR_ASSERT(1 == pin_sides.size());
pin_side = pin_sides[0];