aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-07-18 13:22:22 -0700
committerEddie Hung <eddie@fpgeh.com>2019-07-18 13:22:22 -0700
commite075f0dda0999374346ddfc09f83d323f426ddde (patch)
tree4c397cb331da02dc6723b4663b258f22e8587fbe /passes
parent0727b2c902df37fbbf2fe9acc31d96ce84fa88a7 (diff)
downloadyosys-e075f0dda0999374346ddfc09f83d323f426ddde.tar.gz
yosys-e075f0dda0999374346ddfc09f83d323f426ddde.tar.bz2
yosys-e075f0dda0999374346ddfc09f83d323f426ddde.zip
Do not autoremove A/B registers since they might have other consumers
Diffstat (limited to 'passes')
-rw-r--r--passes/pmgen/xilinx_dsp.cc2
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);