aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-28 11:06:11 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-28 11:06:11 -0700
commit52c4655de32c027e0542834d030ac951be10c8eb (patch)
tree60c690b1e68086d39975a76a43c53852b92ccae3 /passes
parent11e3eb1009360112acff5589cd3771a165278529 (diff)
downloadyosys-52c4655de32c027e0542834d030ac951be10c8eb.tar.gz
yosys-52c4655de32c027e0542834d030ac951be10c8eb.tar.bz2
yosys-52c4655de32c027e0542834d030ac951be10c8eb.zip
No need to replace Q of slice since $shiftx is autoremove-d
Diffstat (limited to 'passes')
-rw-r--r--passes/pmgen/xilinx_srl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/passes/pmgen/xilinx_srl.cc b/passes/pmgen/xilinx_srl.cc
index f66582025..87fcaa15a 100644
--- a/passes/pmgen/xilinx_srl.cc
+++ b/passes/pmgen/xilinx_srl.cc
@@ -134,7 +134,6 @@ void run_variable(xilinx_srl_pm &pm)
}
else
log_abort();
- cell->connections_.at(ID(Q))[slice] = pm.module->addWire(NEW_ID);
}
pm.autoremove(st.shiftx);