mirror of https://github.com/YosysHQ/abc.git
Changing the default value '&gla -n' to the opposite.
This commit is contained in:
parent
294c06f162
commit
6a9eaec3b5
|
|
@ -28109,7 +28109,7 @@ usage:
|
|||
int Abc_CommandAbc9Gla( Abc_Frame_t * pAbc, int argc, char ** argv )
|
||||
{
|
||||
Gia_ParVta_t Pars, * pPars = &Pars;
|
||||
int c, fStartVta = 0, fNewAlgo = 0;
|
||||
int c, fStartVta = 0, fNewAlgo = 1;
|
||||
Gia_VtaSetDefaultParams( pPars );
|
||||
Extra_UtilGetoptReset();
|
||||
while ( ( c = Extra_UtilGetopt( argc, argv, "FSCLDETRPAtrfkadnscbwvh" ) ) != EOF )
|
||||
|
|
|
|||
Loading…
Reference in New Issue