diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-30 09:37:32 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-30 09:37:32 -0700 |
commit | 6e475484b262a93562560e5f4558483558777e76 (patch) | |
tree | 170dcde36a29e7d5873f5ffcdc257e40facb23c6 /passes/techmap | |
parent | 4eb5847dbdbb4a4efcde20aa81455eed8196db56 (diff) | |
parent | a94a8f3e4030b3a4697c2201ef65c83b01f25ffb (diff) | |
download | yosys-6e475484b262a93562560e5f4558483558777e76.tar.gz yosys-6e475484b262a93562560e5f4558483558777e76.tar.bz2 yosys-6e475484b262a93562560e5f4558483558777e76.zip |
Merge remote-tracking branch 'origin/master' into eddie/xilinx_srl
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); |