From 761e28ce67600495075f55783bec1a90abca7172 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 23 Jun 2018 08:08:42 +0200 Subject: one more --- ice40/arch_place.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice40/arch_place.h b/ice40/arch_place.h index 339bf485..e90f2874 100644 --- a/ice40/arch_place.h +++ b/ice40/arch_place.h @@ -41,11 +41,11 @@ class PlaceValidityChecker private: bool logicCellsCompatible(const Context *ctx, const std::vector &cells); + Context *ctx; IdString id_icestorm_lc, id_sb_io, id_sb_gb; IdString id_cen, id_clk, id_sr; IdString id_i0, id_i1, id_i2, id_i3; IdString id_dff_en, id_neg_clk; - Context *ctx; }; NEXTPNR_NAMESPACE_END -- cgit v1.2.3