From: Clifford Wolf Date: Wed, 4 May 2016 08:48:23 +0000 (+0200) Subject: Fixed iopadmap attribute handling X-Git-Tag: yosys-0.7~237 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=658f93663b12d3199f636cad8bf75aa1ee58108b;p=yosys.git Fixed iopadmap attribute handling --- diff --git a/passes/techmap/iopadmap.cc b/passes/techmap/iopadmap.cc index a28121052..a26891363 100644 --- a/passes/techmap/iopadmap.cc +++ b/passes/techmap/iopadmap.cc @@ -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)