From 6d154cfa1300cf88c1556657b37f7fbcc8da8d6a Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 25 Jun 2018 15:39:46 +0200 Subject: ice40: Creating a carry chain splitter function Signed-off-by: David Shah --- common/nextpnr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/nextpnr.h b/common/nextpnr.h index df9d7e3e..71a52758 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -207,13 +207,13 @@ struct BaseCtx IdString::initialize_add(this, "", 0); IdString::initialize_arch(this); } - + ~BaseCtx() { - for(auto &item : nets) { + for (auto &item : nets) { delete item.second; } - for(auto &item : cells) { + for (auto &item : cells) { delete item.second; } delete idstring_str_to_idx; -- cgit v1.2.3