mirror of https://github.com/YosysHQ/abc.git
Updated version of LMS code.
This commit is contained in:
parent
27383e8be2
commit
74c9a068eb
|
|
@ -1552,6 +1552,7 @@ timeBuild = clock();
|
|||
}
|
||||
|
||||
// build the node and compute its truth table
|
||||
assert( Vec_PtrSize(vNodes) > 0 );
|
||||
nNodesBeg = Gia_ManObjNum( pAig );
|
||||
Vec_PtrForEachEntryStart( If_Obj_t *, vNodes, pIfObj, i, nLeaves )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue