diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2017-01-30 08:39:26 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2017-01-30 08:39:26 -0800 |
commit | e21c7d72f3f43f38e5af10a38602de6f6ce9a20e (patch) | |
tree | 5588d95ce29d853efe311c7c63caf0a64f63d971 /src/base | |
parent | 3020d57ea67f7f897c93524b9c3025767db3933b (diff) | |
download | abc-e21c7d72f3f43f38e5af10a38602de6f6ce9a20e.tar.gz abc-e21c7d72f3f43f38e5af10a38602de6f6ce9a20e.tar.bz2 abc-e21c7d72f3f43f38e5af10a38602de6f6ce9a20e.zip |
Updates to arithmetic verification.
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/io/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/io/io.c b/src/base/io/io.c index 093eccca..4cec0157 100644 --- a/src/base/io/io.c +++ b/src/base/io/io.c @@ -2150,7 +2150,7 @@ int IoCommandWriteCnf2( Abc_Frame_t * pAbc, int argc, char **argv ) extern void Mf_ManDumpCnf( Gia_Man_t * p, char * pFileName, int nLutSize, int fCnfObjIds, int fAddOrCla, int fVerbose ); FILE * pFile; char * pFileName; - int nLutSize = 6; + int nLutSize = 8; int fNewAlgo = 1; int fCnfObjIds = 0; int fAddOrCla = 1; |