aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-30 10:30:46 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-30 10:30:46 -0700
commitf0fef90e9d50632026ec68c573cfdb730100c26a (patch)
tree89c52eb853368a55762d9a3bdefd7ef525041840 /passes/techmap
parentc4e53108230c246ecf1b014b11c240b71ed39a8a (diff)
parenta94a8f3e4030b3a4697c2201ef65c83b01f25ffb (diff)
downloadyosys-f0fef90e9d50632026ec68c573cfdb730100c26a.tar.gz
yosys-f0fef90e9d50632026ec68c573cfdb730100c26a.tar.bz2
yosys-f0fef90e9d50632026ec68c573cfdb730100c26a.zip
Merge remote-tracking branch 'origin/master' into xaig_arrival
Diffstat (limited to 'passes/techmap')
-rw-r--r--passes/techmap/shregmap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/shregmap.cc b/passes/techmap/shregmap.cc
index 9da69e8ba..be00e5030 100644
--- a/passes/techmap/shregmap.cc
+++ b/passes/techmap/shregmap.cc
@@ -191,7 +191,7 @@ struct ShregmapWorker
IdString q_port = opts.ffcells.at(c1->type).second;
auto c1_conn = c1->connections();
- auto c2_conn = c1->connections();
+ auto c2_conn = c2->connections();
c1_conn.erase(d_port);
c1_conn.erase(q_port);