Commit 9ef44765 by Alan Mishchenko

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

parent df34a262
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment