summaryrefslogtreecommitdiffstats
path: root/src/proof/cec/cecSweep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/cec/cecSweep.c')
-rw-r--r--src/proof/cec/cecSweep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/cec/cecSweep.c b/src/proof/cec/cecSweep.c
index 505de076..16697776 100644
--- a/src/proof/cec/cecSweep.c
+++ b/src/proof/cec/cecSweep.c
@@ -54,6 +54,7 @@ Gia_Man_t * Cec_ManFraSpecReduction( Cec_ManFra_t * p )
Gia_ManLevelNum( p->pAig );
pNew = Gia_ManStart( Gia_ManObjNum(p->pAig) );
pNew->pName = Abc_UtilStrsav( p->pAig->pName );
+ pNew->pSpec = Abc_UtilStrsav( p->pAig->pName );
Gia_ManHashAlloc( pNew );
piCopies = ABC_FALLOC( int, Gia_ManObjNum(p->pAig) );
pDepths = ABC_CALLOC( int, Gia_ManObjNum(p->pAig) );