Version abc50822

This commit is contained in:
Alan Mishchenko
2005-08-22 08:01:00 -07:00
parent 0e4de190ff
commit d01b1a0eee
37 changed files with 3998 additions and 154 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ Map_Man_t * Map_ManCreate( int nInputs, int nOutputs, int fVerbose )
assert( p->nVarsMax > 0 );
if ( p->nVarsMax == 5 )
Extra_Truth4VarN( &p->uCanons, &p->uPhases, &p->pCounters, 16 );
Extra_Truth4VarN( &p->uCanons, &p->uPhases, &p->pCounters, 8 );
// start various data structures
Map_TableCreate( p );