autoremove ffM

This commit is contained in:
Eddie Hung 2019-08-30 15:30:04 -07:00
parent e67f049e3b
commit 8f503fe3e6
1 changed files with 1 additions and 0 deletions

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;