mirror of https://github.com/YosysHQ/yosys.git
Undo "preserve wire attributes in iopadmap" change (it was OK before)
This commit is contained in:
parent
88a67afa7d
commit
9d15529214
|
@ -312,7 +312,7 @@ struct IopadmapPass : public Pass {
|
|||
if (!portname2.empty()) {
|
||||
new_wire = module->addWire(NEW_ID, wire);
|
||||
module->swap_names(new_wire, wire);
|
||||
new_wire->attributes.swap(wire->attributes);
|
||||
wire->attributes.clear();
|
||||
}
|
||||
|
||||
if (flag_bits)
|
||||
|
|
Loading…
Reference in New Issue