mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-08 03:34:00 +02:00
add frame done callback support for command &bmcs
This commit is contained in:
@@ -40000,6 +40000,8 @@ int Abc_CommandAbc9SBmc( Abc_Frame_t * pAbc, int argc, char ** argv )
|
||||
pPars->iFrame = 0; // explored up to this frame
|
||||
pPars->nFailOuts = 0; // the number of failed outputs
|
||||
pPars->nDropOuts = 0; // the number of dropped outputs
|
||||
pPars->pFuncOnFrameDone = pAbc->pFuncOnFrameDone; // frame done callback
|
||||
|
||||
Extra_UtilGetoptReset();
|
||||
while ( ( c = Extra_UtilGetopt( argc, argv, "CFTvwh" ) ) != EOF )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user