diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-18 13:22:22 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-18 13:22:22 -0700 |
commit | e075f0dda0999374346ddfc09f83d323f426ddde (patch) | |
tree | 4c397cb331da02dc6723b4663b258f22e8587fbe | |
parent | 0727b2c902df37fbbf2fe9acc31d96ce84fa88a7 (diff) | |
download | yosys-e075f0dda0999374346ddfc09f83d323f426ddde.tar.gz yosys-e075f0dda0999374346ddfc09f83d323f426ddde.tar.bz2 yosys-e075f0dda0999374346ddfc09f83d323f426ddde.zip |
Do not autoremove A/B registers since they might have other consumers
-rw-r--r-- | passes/pmgen/xilinx_dsp.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/passes/pmgen/xilinx_dsp.cc b/passes/pmgen/xilinx_dsp.cc index bd04cc40b..0010edf55 100644 --- a/passes/pmgen/xilinx_dsp.cc +++ b/passes/pmgen/xilinx_dsp.cc @@ -101,8 +101,6 @@ void pack_xilinx_dsp(xilinx_dsp_pm &pm) log("\n"); } - pm.autoremove(st.ffA); - pm.autoremove(st.ffB); pm.autoremove(st.ffP); pm.autoremove(st.muxP); pm.blacklist(cell); |