diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-30 10:30:46 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-30 10:30:46 -0700 |
commit | f0fef90e9d50632026ec68c573cfdb730100c26a (patch) | |
tree | 89c52eb853368a55762d9a3bdefd7ef525041840 /passes/techmap | |
parent | c4e53108230c246ecf1b014b11c240b71ed39a8a (diff) | |
parent | a94a8f3e4030b3a4697c2201ef65c83b01f25ffb (diff) | |
download | yosys-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.cc | 2 |
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); |