summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifDsd.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-03-20 11:21:33 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-03-20 11:21:33 -0700
commitb581e16f32cd1ad68a65fd94d9f2b997da443721 (patch)
tree60550ee6a2254498f8e38b71b8f4347d8f0c5b1f /src/map/if/ifDsd.c
parentd44d9e292788efa2d933ffdeeaa058e4bc416e90 (diff)
downloadabc-b581e16f32cd1ad68a65fd94d9f2b997da443721.tar.gz
abc-b581e16f32cd1ad68a65fd94d9f2b997da443721.tar.bz2
abc-b581e16f32cd1ad68a65fd94d9f2b997da443721.zip
Experiments with cut caching.
Diffstat (limited to 'src/map/if/ifDsd.c')
-rw-r--r--src/map/if/ifDsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifDsd.c b/src/map/if/ifDsd.c
index 1b3dc0f2..fc1944f6 100644
--- a/src/map/if/ifDsd.c
+++ b/src/map/if/ifDsd.c
@@ -781,7 +781,7 @@ abctime clk;
if ( *pSpot )
return (int)*pSpot;
clk = Abc_Clock();
- if ( truthId >= 0 && truthId == Vec_PtrSize(p->vTtDecs) )
+ if ( p->LutSize && truthId >= 0 && truthId == Vec_PtrSize(p->vTtDecs) )
{
Vec_Int_t * vSets = Dau_DecFindSets_int( pTruth, nLits, p->pSched );
// printf( "%d ", Vec_IntSize(vSets) );