Fixed iopadmap attribute handling

This commit is contained in:
Clifford Wolf 2016-05-04 10:48:23 +02:00
parent 06d35ea942
commit 658f93663b
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ struct IopadmapPass : public Pass {
if (!portname2.empty()) {
new_wire = module->addWire(NEW_ID, wire);
module->swap_names(new_wire, wire);
wire->attributes.clear();
}
if (flag_bits)