mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-30 01:29:01 +02:00
Improvements to LMS code.
This commit is contained in:
@@ -1664,6 +1664,8 @@ unsigned Kit_TruthSemiCanonicize( unsigned * pInOut, unsigned * pAux, int nVars,
|
||||
|
||||
// canonicize output
|
||||
uCanonPhase = 0;
|
||||
for ( i = 0; i < nVars; i++ )
|
||||
pCanonPerm[i] = i;
|
||||
|
||||
nOnes = Kit_TruthCountOnes(pIn, nVars);
|
||||
//if(pIn[0] & 1)
|
||||
|
||||
Reference in New Issue
Block a user