projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a74368
)
techmap: remove dead variable. NFC.
author
whitequark
<whitequark@whitequark.org>
Wed, 3 Jun 2020 01:44:06 +0000
(
01:44
+0000)
committer
whitequark
<whitequark@whitequark.org>
Wed, 3 Jun 2020 01:44:06 +0000
(
01:44
+0000)
passes/techmap/techmap.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/techmap.cc
b/passes/techmap/techmap.cc
index 9227385b37a18f87bce20d3a3c7d70b6f87fa4a5..c88f7bd0aba94e123155b517571dd74902dd25dd 100644
(file)
--- a/
passes/techmap/techmap.cc
+++ b/
passes/techmap/techmap.cc
@@
-268,7
+268,6
@@
struct TechmapWorker
tpl_written_bits.insert(bit);
SigMap port_signal_map;
- SigSig port_signal_assign;
for (auto &it : cell->connections())
{