summaryrefslogtreecommitdiffstats
path: root/src/opt/nwk/nwkAig.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-03 11:17:04 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-03 11:17:04 -0700
commit32217230b069efc79e84ab80924317c8059956dd (patch)
treec64955bb981c63b07055cbf8daff3770aca0bb36 /src/opt/nwk/nwkAig.c
parent3bd0420bd96fb7100f9a96df56fa4649d39f6969 (diff)
downloadabc-32217230b069efc79e84ab80924317c8059956dd.tar.gz
abc-32217230b069efc79e84ab80924317c8059956dd.tar.bz2
abc-32217230b069efc79e84ab80924317c8059956dd.zip
Performance improvement in &gla_refine.
Diffstat (limited to 'src/opt/nwk/nwkAig.c')
-rw-r--r--src/opt/nwk/nwkAig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/nwk/nwkAig.c b/src/opt/nwk/nwkAig.c
index 162012e3..3dc47dda 100644
--- a/src/opt/nwk/nwkAig.c
+++ b/src/opt/nwk/nwkAig.c
@@ -219,7 +219,7 @@ void Nwk_ManDeriveMinCut( Gia_Man_t * p, int fVerbose )
Gia_Obj_t * pObj;
int i, iObjId;
// get inputs
- Gia_GlaCollectInputs( p, p->vGateClasses, NULL, &vPPis );
+ Gia_ManGlaCollect( p, p->vGateClasses, NULL, &vPPis, NULL, NULL );
// collect nodes rechable from PPIs
vNodes = Vec_IntAlloc( 100 );
vLeaves = Vec_IntAlloc( 100 );