From cf8be2bae758471019213bbbcbc06690a41ccd9e Mon Sep 17 00:00:00 2001 From: nataliakokoromyti <126305457+nataliakokoromyti@users.noreply.github.com> Date: Tue, 16 Dec 2025 09:33:47 -0800 Subject: [PATCH] Update ice40_wrapcarry.cc --- techlibs/ice40/ice40_wrapcarry.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/ice40/ice40_wrapcarry.cc b/techlibs/ice40/ice40_wrapcarry.cc index 82218ff11..b0588f5e1 100644 --- a/techlibs/ice40/ice40_wrapcarry.cc +++ b/techlibs/ice40/ice40_wrapcarry.cc @@ -141,7 +141,7 @@ struct Ice40WrapCarryPass : public Pass { else if (a.first.in(IdString{"\\SB_LUT4.name"}, ID::keep, ID::module_not_derived)) continue; else - log_abort(); + continue; if (!src.empty()) { carry->attributes.insert(std::make_pair(ID::src, src));