Commit 63ce84d8 by Alan Mishchenko

Implementation of CE extraction for multiple MUXes driving D-inputs of FFs.

parent 4af39856
......@@ -212,7 +212,7 @@ Vec_Int_t * Bmc_ChainFindFailedOutputs( Gia_Man_t * p, Vec_Ptr_t * vCexes )
Gia_Man_t * pInit;
Gia_Obj_t * pObj;
sat_solver * pSat;
int i, j, k = 0, Lit, status = 0;
int i, j, Lit, status = 0;
// derive output logic cones
pInit = Gia_ManDupPosAndPropagateInit( p );
// derive SAT solver and test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment