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

autoremove ffM

This commit is contained in:
Eddie Hung 2019-08-30 15:30:04 -07:00
parent e67f049e3b
commit 8f503fe3e6

View file

@ -106,6 +106,7 @@ void pack_xilinx_dsp(dict<SigBit, Cell*> &bit_to_driver, xilinx_dsp_pm &pm)
//else if (st.ffP->type == "$dffe")
// cell->setPort("\\CEM", st.ffM->getPort("\\EN"));
else log_abort();
pm.autoremove(st.ffM);
}
if (st.ffP) {
SigSpec D;