diff options
Diffstat (limited to 'common/place_common.cc')
-rw-r--r-- | common/place_common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/place_common.cc b/common/place_common.cc index 95faf67f..60735890 100644 --- a/common/place_common.cc +++ b/common/place_common.cc @@ -91,7 +91,7 @@ wirelen_t get_cell_wirelength(const Context *ctx, const CellInfo *cell) return wirelength; } -static wirelen_t get_cell_wirelength_at_bel(const Context *ctx, CellInfo *cell, BelId bel) +wirelen_t get_cell_wirelength_at_bel(const Context *ctx, CellInfo *cell, BelId bel) { BelId oldBel = cell->bel; cell->bel = bel; |