mirror of https://github.com/YosysHQ/yosys.git
remove debug attribute
This commit is contained in:
parent
829dd62054
commit
8eb099c1f4
|
@ -104,7 +104,6 @@ static void nx_carry_chain(Module *module)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (j==3) {
|
if (j==3) {
|
||||||
cell->set_string_attribute(ID(cnt), std::to_string(cnt));
|
|
||||||
if (cnt % 24 == 23) {
|
if (cnt % 24 == 23) {
|
||||||
SigBit new_co = module->addWire(NEW_ID);
|
SigBit new_co = module->addWire(NEW_ID);
|
||||||
cell->setPort(ID(A4), State::S0);
|
cell->setPort(ID(A4), State::S0);
|
||||||
|
|
Loading…
Reference in New Issue