mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Fixed iopadmap attribute handling
This commit is contained in:
parent
06d35ea942
commit
658f93663b
|
@ -163,6 +163,7 @@ struct IopadmapPass : public Pass {
|
||||||
if (!portname2.empty()) {
|
if (!portname2.empty()) {
|
||||||
new_wire = module->addWire(NEW_ID, wire);
|
new_wire = module->addWire(NEW_ID, wire);
|
||||||
module->swap_names(new_wire, wire);
|
module->swap_names(new_wire, wire);
|
||||||
|
wire->attributes.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (flag_bits)
|
if (flag_bits)
|
||||||
|
|
Loading…
Reference in a new issue