summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlcSim.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/wlcSim.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/wlcSim.c')
-rw-r--r--src/base/wlc/wlcSim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/wlc/wlcSim.c b/src/base/wlc/wlcSim.c
index 2ae3c86e..31a8a4a0 100644
--- a/src/base/wlc/wlcSim.c
+++ b/src/base/wlc/wlcSim.c
@@ -129,7 +129,7 @@ Vec_Ptr_t * Wlc_NtkSimulate( Wlc_Ntk_t * p, Vec_Int_t * vNodes, int nWords, int
{
Gia_Obj_t * pObj;
Vec_Ptr_t * vOne, * vRes;
- Gia_Man_t * pGia = Wlc_NtkBitBlast( p, NULL, -1, 0, 0, 0, 0, 0 );
+ Gia_Man_t * pGia = Wlc_NtkBitBlast( p, NULL, -1, 0, 0, 0, 0, 0, 0 );
Wlc_Obj_t * pWlcObj;
int f, i, k, w, nBits, Counter = 0;
// allocate simulation info for one timeframe