Bug fix in 'aig', for the case of non-min-base SOPs.

This commit is contained in:
Alan Mishchenko 2016-01-20 15:01:53 -08:00
parent df34a26216
commit 9ef447658e
1 changed files with 1 additions and 0 deletions

View File

@ -819,6 +819,7 @@ int Abc_NtkSopToAig( Abc_Ntk_t * pNtk )
// start the functionality manager
pMan = Hop_ManStart();
Hop_IthVar( pMan, Abc_NtkGetFaninMax(pNtk)-1 );
// convert each node from SOP to BDD
Abc_NtkForEachNode( pNtk, pNode, i )