mirror of https://github.com/YosysHQ/yosys.git
Update commented out
This commit is contained in:
parent
d508dc2906
commit
44a35015b3
|
@ -104,7 +104,7 @@ void pack_xilinx_dsp(dict<SigBit, Cell*> &bit_to_driver, xilinx_dsp_pm &pm)
|
||||||
if (st.ffP->type == "$dff")
|
if (st.ffP->type == "$dff")
|
||||||
cell->setPort("\\CEM", State::S1);
|
cell->setPort("\\CEM", State::S1);
|
||||||
//else if (st.ffP->type == "$dffe")
|
//else if (st.ffP->type == "$dffe")
|
||||||
// cell->setPort("\\CEP", st.ffP->getPort("\\EN"));
|
// cell->setPort("\\CEM", st.ffM->getPort("\\EN"));
|
||||||
else log_abort();
|
else log_abort();
|
||||||
}
|
}
|
||||||
if (st.ffP) {
|
if (st.ffP) {
|
||||||
|
|
Loading…
Reference in New Issue