Skip to content

Commit 8f6c026

Browse files
authored
Merge branch 'master' into 20230426-delete-not-function
2 parents e9abc45 + 3bd9be1 commit 8f6c026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/util/vpr_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <unordered_set>
33
#include <regex>
44
#include <algorithm>
5+
#include <sstream>
56

67
#include "vtr_assert.h"
78
#include "vtr_log.h"
@@ -1423,7 +1424,6 @@ t_pin_range get_pb_pins(t_physical_tile_type_ptr physical_type,
14231424

14241425
//TODO: This is not working if there is a custom mapping between tile pins and the root-level
14251426
// pb-block.
1426-
t_pin_range pin_num_range;
14271427
if (pb->pb_graph_node->is_root()) {
14281428
int num_pins = sub_tile->num_phy_pins / sub_tile->capacity.total();
14291429
int first_num_node = sub_tile->sub_tile_to_tile_pin_indices[0] + num_pins * rel_cap;

0 commit comments

Comments
 (0)