mirror of https://github.com/YosysHQ/abc.git
Bug fix.
This commit is contained in:
parent
acdb94d1d3
commit
086321a232
|
|
@ -1162,7 +1162,7 @@ Ivy_Man_t * Gia_ManToIvySimple( Gia_Man_t * p )
|
|||
Gia_Obj_t * pObj; int i;
|
||||
Ivy_Obj_t ** ppNodes = ABC_FALLOC( Ivy_Obj_t *, Gia_ManObjNum(p) );
|
||||
// create the new manager
|
||||
pNew = Ivy_ManStart( Gia_ManObjNum(p) );
|
||||
pNew = Ivy_ManStart();
|
||||
// create the PIs
|
||||
Gia_ManForEachObj( p, pObj, i )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue