mirror of https://github.com/YosysHQ/yosys.git
autoremove ffM
This commit is contained in:
parent
e67f049e3b
commit
8f503fe3e6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue