projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06d35ea
)
Fixed iopadmap attribute handling
author
Clifford Wolf
<clifford@clifford.at>
Wed, 4 May 2016 08:48:23 +0000
(10:48 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Wed, 4 May 2016 08:48:23 +0000
(10:48 +0200)
passes/techmap/iopadmap.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/iopadmap.cc
b/passes/techmap/iopadmap.cc
index a281210522171e17bdbdb0edbad80ef4635d4716..a26891363e1e233dc4f05b24098461b9c2fea47d 100644
(file)
--- 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)