summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlcNtk.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2018-12-06 23:13:16 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2018-12-06 23:13:16 -0800
commita3253767b911f02584bb0722c07c78b9527e69f2 (patch)
tree31b4164e6f9659db3a87320a97c2ff89c2f2d281 /src/base/wlc/wlcNtk.c
parent65b10c0327ce232ba999d51d00a52db53d52bea0 (diff)
downloadabc-a3253767b911f02584bb0722c07c78b9527e69f2.tar.gz
abc-a3253767b911f02584bb0722c07c78b9527e69f2.tar.bz2
abc-a3253767b911f02584bb0722c07c78b9527e69f2.zip
Experiments with retiming.
Diffstat (limited to 'src/base/wlc/wlcNtk.c')
-rw-r--r--src/base/wlc/wlcNtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/wlc/wlcNtk.c b/src/base/wlc/wlcNtk.c
index 52e2d9a1..f64fccaf 100644
--- a/src/base/wlc/wlcNtk.c
+++ b/src/base/wlc/wlcNtk.c
@@ -1129,7 +1129,7 @@ void Wlc_NtkMarkCone_rec( Wlc_Ntk_t * p, Wlc_Obj_t * pObj, Vec_Int_t * vFlops )
Vec_IntPush( vFlops, Wlc_ObjCiId(pObj) );
return;
}
- Wlc_ObjForEachFanin( pObj, iFanin, i )
+ Wlc_ObjForEachFanin( pObj, iFanin, i ) if ( iFanin )
Wlc_NtkMarkCone_rec( p, Wlc_NtkObj(p, iFanin), vFlops );
}
void Wlc_NtkMarkCone( Wlc_Ntk_t * p, int iCoId, int Range, int fSeq, int fAllPis )