Skip to content

Commit 052a365

Browse files
committed
Undoing previous commit.
1 parent 705a3da commit 052a365

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/base/wlc/wlcBlast.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2692,10 +2692,10 @@ Gia_Man_t * Wlc_NtkBitBlast( Wlc_Ntk_t * p, Wlc_BstPar_t * pParIn )
26922692
}
26932693
pNew->vRegClasses = vRegClasses;
26942694
// save initial box info
2695-
if ( pNew->pManTime ) {
2696-
Abc_Frame_t * pAbc = Abc_FrameGetGlobalFrame();
2697-
pAbc->vMiniLutObjs = Gia_ManDeriveBoxMapping( pNew );
2698-
}
2695+
// if ( pNew->pManTime ) {
2696+
// Abc_Frame_t * pAbc = Abc_FrameGetGlobalFrame();
2697+
// pAbc->vMiniLutObjs = Gia_ManDeriveBoxMapping( pNew );
2698+
// }
26992699
return pNew;
27002700
}
27012701

0 commit comments

Comments
 (0)