Skip to content

Commit

Permalink
remove debug attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed May 20, 2024
1 parent 4fbf18b commit f047e0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion techlibs/nanoxplore/nx_carry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f047e0a

Please sign in to comment.