From 8eb099c1f4e3eb273abc6426c37b52cecdc5b482 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 20 May 2024 13:19:02 +0200 Subject: [PATCH] remove debug attribute --- techlibs/nanoxplore/nx_carry.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/techlibs/nanoxplore/nx_carry.cc b/techlibs/nanoxplore/nx_carry.cc index 08701b44e..aec2d1a3c 100644 --- a/techlibs/nanoxplore/nx_carry.cc +++ b/techlibs/nanoxplore/nx_carry.cc @@ -104,7 +104,6 @@ static void nx_carry_chain(Module *module) } } if (j==3) { - cell->set_string_attribute(ID(cnt), std::to_string(cnt)); if (cnt % 24 == 23) { SigBit new_co = module->addWire(NEW_ID); cell->setPort(ID(A4), State::S0);