mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-03 08:25:20 +02:00
Version abc50822
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user