mirror of https://github.com/YosysHQ/abc.git
Bug fix in a recent code for mapping.
This commit is contained in:
parent
79a4038f21
commit
421362f709
|
|
@ -985,7 +985,7 @@ Vec_Ptr_t * Abc_AigDfsMap( Abc_Ntk_t * pNtk )
|
|||
if ( i >= Abc_NtkCoNum(pNtk) - pNtk->nBarBufs )
|
||||
break;
|
||||
Abc_AigDfs_rec( Abc_ObjFanin0(pNode), vNodes );
|
||||
assert( Abc_ObjIsPo(pNode) );
|
||||
assert( Abc_ObjIsCo(pNode) );
|
||||
Abc_NodeSetTravIdCurrent( pNode );
|
||||
}
|
||||
return vNodes;
|
||||
|
|
|
|||
Loading…
Reference in New Issue