diff options
Diffstat (limited to 'common/place_common.h')
-rw-r--r-- | common/place_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/place_common.h b/common/place_common.h index b81574b9..f58da450 100644 --- a/common/place_common.h +++ b/common/place_common.h @@ -33,7 +33,7 @@ wirelen_t get_net_wirelength(const Context *ctx, const NetInfo *net, float &tns) wirelen_t get_cell_wirelength(const Context *ctx, const CellInfo *cell); // Place a single cell in the lowest wirelength Bel available, optionally requiring validity check -bool place_single_cell(const Context *ctx, CellInfo *cell, bool require_legality); +bool place_single_cell(Context *ctx, CellInfo *cell, bool require_legality); NEXTPNR_NAMESPACE_END |