Undo "preserve wire attributes in iopadmap" change (it was OK before)

This commit is contained in:
Clifford Wolf 2016-08-08 11:47:35 +02:00
parent 88a67afa7d
commit 9d15529214
1 changed files with 1 additions and 1 deletions

View File

@ -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)