Skip to content

Commit f047e0a

Browse files
committed
remove debug attribute
1 parent 4fbf18b commit f047e0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

techlibs/nanoxplore/nx_carry.cc

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ static void nx_carry_chain(Module *module)
104104
}
105105
}
106106
if (j==3) {
107-
cell->set_string_attribute(ID(cnt), std::to_string(cnt));
108107
if (cnt % 24 == 23) {
109108
SigBit new_co = module->addWire(NEW_ID);
110109
cell->setPort(ID(A4), State::S0);

0 commit comments

Comments
 (0)