mirror of https://github.com/YosysHQ/abc.git
[CEC][SimGen][Clean codes] Removing commented SAT calls operations.
This commit is contained in:
parent
699c8c4c88
commit
37979dbd94
|
|
@ -4476,9 +4476,6 @@ Gia_Man_t * Cec_SimGenRun( Gia_Man_t * p, Cec_ParSimGen_t * pPars ){
|
|||
Vec_WrdDumpHex( pPars->pFileName, p->vSimsPi, nWordsPerCi , 1 );
|
||||
}
|
||||
|
||||
if (pPars->fVerbose || pPars->fVeryVerbose){
|
||||
pManSim->pPars->fVerbose = 1; // print the ending stats of sat calls
|
||||
}
|
||||
// free memory
|
||||
Vec_IntFree( pMapped->vTTLut );
|
||||
Vec_StrFree( pMapped->vTTISOPs );
|
||||
|
|
|
|||
Loading…
Reference in New Issue