From 9834b68041f8bc015d0195303b81636047d86b1c Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 24 Sep 2018 14:27:50 +0100 Subject: ice40: Remove obsolete belType member Signed-off-by: David Shah --- ice40/arch_place.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40/arch_place.cc') diff --git a/ice40/arch_place.cc b/ice40/arch_place.cc index c69fd34f..a050e39f 100644 --- a/ice40/arch_place.cc +++ b/ice40/arch_place.cc @@ -34,7 +34,7 @@ bool Arch::logicCellsCompatible(const CellInfo** it, const size_t size) const int locals_count = 0; for (auto cell : boost::make_iterator_range(it, it+size)) { - NPNR_ASSERT(cell->belType == id_ICESTORM_LC); + NPNR_ASSERT(cell->type == id_ICESTORM_LC); if (cell->lcInfo.dffEnable) { if (!dffs_exist) { dffs_exist = true; -- cgit v1.2.3