summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlcAbs2.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-04-29 18:34:56 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2017-04-29 18:34:56 -0700
commit41314cea01d1b687ab70c5e9424aa7746a0c42b8 (patch)
tree152ea8b736e7b949eafafa55d37d35b426cecf40 /src/base/wlc/wlcAbs2.c
parent30d1f192a7f147cb85eee23da85efe00bf8e8d99 (diff)
downloadabc-41314cea01d1b687ab70c5e9424aa7746a0c42b8.tar.gz
abc-41314cea01d1b687ab70c5e9424aa7746a0c42b8.tar.bz2
abc-41314cea01d1b687ab70c5e9424aa7746a0c42b8.zip
Adding switch %blast -d to dump dual-output miter after 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 ff0092e6..4b2e6740 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 );
+ pGia = Wlc_NtkBitBlast( pAbs, NULL, -1, 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