copied pdr_mansolve

This commit is contained in:
Yen-Sheng Ho
2017-02-18 10:28:16 -08:00
parent 196b359183
commit 91a0a0fc3b
2 changed files with 41 additions and 3 deletions
+1 -2
View File
@@ -26630,9 +26630,8 @@ int Abc_CommandIPdr( Abc_Frame_t * pAbc, int argc, char ** argv )
return 0;
}
// run the procedure
IPdr_ManSolve( pNtk, pPars );
pPars->fUseBridge = pAbc->fBridgeMode;
pAbc->Status = Abc_NtkDarPdr( pNtk, pPars );
pAbc->Status = IPdr_ManSolve( pNtk, pPars );
pAbc->nFrames = pNtk->vSeqModelVec ? -1 : pPars->iFrame;
Abc_FrameReplacePoStatuses( pAbc, &pPars->vOutMap );
if ( pNtk->vSeqModelVec )