summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlcAbs2.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-07-07 23:40:59 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2017-07-07 23:40:59 -0700
commit4886a4ef4c95087a370ce0d3deac20249d347498 (patch)
treefaef6a4d58b683494e46fcd225c2392141512cd4 /src/base/wlc/wlcAbs2.c
parent1676df19e700ff2ffcc0d6df009e3238077fdac3 (diff)
downloadabc-4886a4ef4c95087a370ce0d3deac20249d347498.tar.gz
abc-4886a4ef4c95087a370ce0d3deac20249d347498.tar.bz2
abc-4886a4ef4c95087a370ce0d3deac20249d347498.zip
Adding new type of MUX blasting.
Diffstat (limited to 'src/base/wlc/wlcAbs2.c')
-rw-r--r--src/base/wlc/wlcAbs2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/wlc/wlcAbs2.c b/src/base/wlc/wlcAbs2.c
index 4b2e6740..f51d5dd5 100644
--- a/src/base/wlc/wlcAbs2.c
+++ b/src/base/wlc/wlcAbs2.c
@@ -328,7 +328,7 @@ int Wlc_NtkAbsCore2( Wlc_Ntk_t * p, Wlc_Par_t * pPars )
// get abstracted GIA and the set of pseudo-PIs (vPisNew)
pAbs = Wlc_NtkAbs( p, pPars, vUnmark, &vPisNew, pPars->fVerbose );
- pGia = Wlc_NtkBitBlast( pAbs, NULL, -1, 0, 0, 0, 0, 0, 0 );
+ pGia = Wlc_NtkBitBlast( pAbs, NULL, -1, 0, 0, 0, 0, 0, 0, 0 );
// if the abstraction has flops with DC-init state,
// new PIs were introduced by bit-blasting at the end of the PI list