projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb4931
)
Replace `std::map` with `dict` for `positional_ports`.
author
Alberto Gonzalez
<boqwxp@airmail.cc>
Sun, 19 Apr 2020 22:21:52 +0000
(22:21 +0000)
committer
Alberto Gonzalez
<boqwxp@airmail.cc>
Thu, 14 May 2020 20:06:53 +0000
(20:06 +0000)
passes/techmap/techmap.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/techmap.cc
b/passes/techmap/techmap.cc
index 9779ecae9f1e8b60cd022aa54e30ca76de9b428c..651f772c9b90e643bdf035342fbeffa8dcb30f72 100644
(file)
--- a/
passes/techmap/techmap.cc
+++ b/
passes/techmap/techmap.cc
@@
-204,7
+204,7
@@
struct TechmapWorker
design->select(module, m);
}
-
std::map
<IdString, IdString> positional_ports;
+
dict
<IdString, IdString> positional_ports;
dict<Wire*, IdString> temp_renamed_wires;
pool<SigBit> autopurge_tpl_bits;