aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch_place.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch_place.h')
-rw-r--r--ice40/arch_place.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ice40/arch_place.h b/ice40/arch_place.h
index e90f2874..84ad2d21 100644
--- a/ice40/arch_place.h
+++ b/ice40/arch_place.h
@@ -39,8 +39,7 @@ class PlaceValidityChecker
bool isBelLocationValid(BelId bel);
private:
- bool logicCellsCompatible(const Context *ctx,
- const std::vector<const CellInfo *> &cells);
+ bool logicCellsCompatible(const Context *ctx, const std::vector<const CellInfo *> &cells);
Context *ctx;
IdString id_icestorm_lc, id_sb_io, id_sb_gb;
IdString id_cen, id_clk, id_sr;