Added bridge integration for multi-output 'pdr -a'.

This commit is contained in:
Alan Mishchenko
2013-09-16 14:46:07 -07:00
parent 3b1cf0976c
commit 653dc8cff5
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -23754,7 +23754,7 @@ int Abc_CommandPdr( Abc_Frame_t * pAbc, int argc, char ** argv )
return 0;
}
// run the procedure
pPars->fUseBridge = pAbc->fBatchMode;
pPars->fUseBridge = pAbc->fBridgeMode;
pAbc->Status = Abc_NtkDarPdr( pNtk, pPars );
pAbc->nFrames = pNtk->vSeqModelVec ? -1 : pPars->iFrame;
Abc_FrameReplacePoStatuses( pAbc, &pPars->vOutMap );