Update commented out

This commit is contained in:
Eddie Hung 2019-08-30 15:01:38 -07:00
parent d508dc2906
commit 44a35015b3
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ void pack_xilinx_dsp(dict<SigBit, Cell*> &bit_to_driver, xilinx_dsp_pm &pm)
if (st.ffP->type == "$dff")
cell->setPort("\\CEM", State::S1);
//else if (st.ffP->type == "$dffe")
// cell->setPort("\\CEP", st.ffP->getPort("\\EN"));
// cell->setPort("\\CEM", st.ffM->getPort("\\EN"));
else log_abort();
}
if (st.ffP) {