mirror of https://github.com/YosysHQ/abc.git
Changes and improvements to different packages.
This commit is contained in:
parent
933b749676
commit
55404ca1af
|
|
@ -27843,7 +27843,7 @@ int Abc_CommandAbc9BalanceLut( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
int fUseOld = 0;
|
||||
int nLutSize = 6;
|
||||
int nCutNum = 8;
|
||||
int fUseMuxes = 0;
|
||||
int fUseMuxes = 1;
|
||||
int c, fVerbose = 0;
|
||||
int fVeryVerbose = 0;
|
||||
Extra_UtilGetoptReset();
|
||||
|
|
|
|||
Loading…
Reference in New Issue