mirror of https://github.com/YosysHQ/abc.git
Changing the defaults of command 'collapse'.
This commit is contained in:
parent
7ecea8d40d
commit
785ae9e4db
|
|
@ -2628,10 +2628,10 @@ int Abc_CommandCollapse( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
pNtk = Abc_FrameReadNtk(pAbc);
|
||||
|
||||
// set defaults
|
||||
fVerbose = 1;
|
||||
fVerbose = 0;
|
||||
fReorder = 1;
|
||||
fDualRail = 0;
|
||||
fBddSizeMax = 50000000;
|
||||
fBddSizeMax = ABC_INFINITY;
|
||||
Extra_UtilGetoptReset();
|
||||
while ( ( c = Extra_UtilGetopt( argc, argv, "Brdvh" ) ) != EOF )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue