mirror of https://github.com/YosysHQ/abc.git
Bug fix in 'aig', for the case of non-min-base SOPs.
This commit is contained in:
parent
df34a26216
commit
9ef447658e
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in New Issue