mirror of https://github.com/YosysHQ/abc.git
Bug fix in dprove, adding command option -p.
This commit is contained in:
parent
d13bbe5b5f
commit
88bdf467d8
|
|
@ -16803,7 +16803,7 @@ int Abc_CommandDProve( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
Fra_SecSetDefaultParams( pSecPar );
|
||||
// pSecPar->TimeLimit = 300;
|
||||
Extra_UtilGetoptReset();
|
||||
while ( ( c = Extra_UtilGetopt( argc, argv, "cbFCGDVBRTLarmfijkouwvh" ) ) != EOF )
|
||||
while ( ( c = Extra_UtilGetopt( argc, argv, "cbFCGDVBRTLarmfijkoupwvh" ) ) != EOF )
|
||||
{
|
||||
switch ( c )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue