3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

Do not autoremove ffP aor muxP

This commit is contained in:
Eddie Hung 2019-07-18 15:02:41 -07:00
parent 08fe63c61e
commit 90ac147eb2

View file

@ -110,8 +110,6 @@ void pack_xilinx_dsp(xilinx_dsp_pm &pm)
log("\n");
}
pm.autoremove(st.ffP);
pm.autoremove(st.muxP);
pm.blacklist(cell);
}