mirror of https://github.com/YosysHQ/yosys.git
Update passes/silimate/infer_ce.cc
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
90aa1cc016
commit
8974f3473f
|
|
@ -103,9 +103,10 @@ struct InferCeWorker
|
||||||
|
|
||||||
Cell *driver = sig_to_driver[bit];
|
Cell *driver = sig_to_driver[bit];
|
||||||
|
|
||||||
if (driver->type.in(ID($ff), ID($dff), ID($dffe), ID($adff), ID($adffe),
|
if (driver->type.in(ID($ff), ID($dff), ID($dffe), ID($adff), ID($adffe),
|
||||||
ID($sdff), ID($sdffe), ID($sdffce), ID($dffsr),
|
ID($sdff), ID($sdffe), ID($sdffce), ID($dffsr),
|
||||||
ID($dffsre), ID($_DFF_P_), ID($_DFF_N_)))
|
ID($dffsre), ID($_DFF_P_), ID($_DFF_N_), ID($_DFFE_PP_),
|
||||||
|
ID($_DFFE_PN_), ID($_DFFE_NP_), ID($_DFFE_NN_)))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
for (auto &conn : driver->connections())
|
for (auto &conn : driver->connections())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue