mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
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")
|
//else if (st.ffP->type == "$dffe")
|
||||||
// cell->setPort("\\CEM", st.ffM->getPort("\\EN"));
|
// cell->setPort("\\CEM", st.ffM->getPort("\\EN"));
|
||||||
else log_abort();
|
else log_abort();
|
||||||
|
pm.autoremove(st.ffM);
|
||||||
}
|
}
|
||||||
if (st.ffP) {
|
if (st.ffP) {
|
||||||
SigSpec D;
|
SigSpec D;
|
||||||
|
|
Loading…
Reference in a new issue