Commit c35471da by Alan Mishchenko

Scalable gate-level abstraction.

parent 173303b4
......@@ -138,6 +138,7 @@ Rnm_Man_t * Rnm_ManStart( Gia_Man_t * pGia )
p->vObjs = Vec_IntAlloc( 100 );
p->nObjsAlloc = 10000;
p->pObjs = ABC_ALLOC( Rnm_Obj_t, p->nObjsAlloc );
if ( p->pGia->vFanout == NULL )
Gia_ManStaticFanoutStart( p->pGia );
Gia_ManCleanValue(pGia);
Gia_ManCleanMark0(pGia);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment