diff options
author | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-05-04 07:23:27 -0700 |
---|---|---|
committer | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-05-04 07:23:27 -0700 |
commit | 2db8dd6d354b8d29382054668ae34e7852b413a2 (patch) | |
tree | d3c35ceb486cd9dbfef63db244dbbe870ddb6865 | |
parent | dcee3256d59907c474542e0dfd24df7c047e6f50 (diff) | |
parent | 7a74ae4c5403ce68a8245c45359d49f80d6e863a (diff) | |
download | yosys-2db8dd6d354b8d29382054668ae34e7852b413a2.tar.gz yosys-2db8dd6d354b8d29382054668ae34e7852b413a2.tar.bz2 yosys-2db8dd6d354b8d29382054668ae34e7852b413a2.zip |
Merge https://github.com/cliffordwolf/yosys
-rw-r--r-- | passes/techmap/iopadmap.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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) |