projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89695fd
)
Fix typo that's gone unnoticed for 5 months!?!
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 29 Aug 2019 17:33:28 +0000
(10:33 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 29 Aug 2019 17:33:28 +0000
(10:33 -0700)
passes/techmap/shregmap.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/shregmap.cc
b/passes/techmap/shregmap.cc
index 5e298d8dd40b0c6110d7334924b1758d80affab8..02cc27ae20c0b2d2a05d2fe81297a61f377cfa7a 100644
(file)
--- a/
passes/techmap/shregmap.cc
+++ b/
passes/techmap/shregmap.cc
@@
-346,7
+346,7
@@
struct ShregmapWorker
IdString q_port = opts.ffcells.at(c1->type).second;
auto c1_conn = c1->connections();
- auto c2_conn = c
1
->connections();
+ auto c2_conn = c
2
->connections();
c1_conn.erase(d_port);
c1_conn.erase(q_port);