summaryrefslogtreecommitdiffstats
path: root/src/sat/cnf/cnfMap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/cnf/cnfMap.c')
-rw-r--r--src/sat/cnf/cnfMap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/cnf/cnfMap.c b/src/sat/cnf/cnfMap.c
index 8907485e..a6345471 100644
--- a/src/sat/cnf/cnfMap.c
+++ b/src/sat/cnf/cnfMap.c
@@ -144,7 +144,7 @@ void Cnf_DeriveMapping( Cnf_Man_t * p )
/*
// compute the area of mapping
AreaFlow = 0;
- Aig_ManForEachPo( p->pManAig, pObj, i )
+ Aig_ManForEachCo( p->pManAig, pObj, i )
AreaFlow += Dar_ObjBestCut(Aig_ObjFanin0(pObj))->uSign / 100 / Aig_ObjFanin0(pObj)->nRefs;
printf( "Area of the network = %d.\n", AreaFlow );
*/