mirror of https://github.com/YosysHQ/abc.git
Scalable gate-level abstraction.
This commit is contained in:
parent
173303b464
commit
c35471dac4
|
|
@ -138,6 +138,7 @@ Rnm_Man_t * Rnm_ManStart( Gia_Man_t * pGia )
|
||||||
p->vObjs = Vec_IntAlloc( 100 );
|
p->vObjs = Vec_IntAlloc( 100 );
|
||||||
p->nObjsAlloc = 10000;
|
p->nObjsAlloc = 10000;
|
||||||
p->pObjs = ABC_ALLOC( Rnm_Obj_t, p->nObjsAlloc );
|
p->pObjs = ABC_ALLOC( Rnm_Obj_t, p->nObjsAlloc );
|
||||||
|
if ( p->pGia->vFanout == NULL )
|
||||||
Gia_ManStaticFanoutStart( p->pGia );
|
Gia_ManStaticFanoutStart( p->pGia );
|
||||||
Gia_ManCleanValue(pGia);
|
Gia_ManCleanValue(pGia);
|
||||||
Gia_ManCleanMark0(pGia);
|
Gia_ManCleanMark0(pGia);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue