diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2016-05-20 13:50:19 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2016-05-20 13:50:19 -0700 |
commit | 555ed0b1589570219e5bf71789a234105b353815 (patch) | |
tree | 8aab7247cc92a6cce0e82c49fc748f72a699c563 /src/base/wlc/wlcSim.c | |
parent | c6a290ee971481d7f8792a96772deb77b6885206 (diff) | |
download | abc-555ed0b1589570219e5bf71789a234105b353815.tar.gz abc-555ed0b1589570219e5bf71789a234105b353815.tar.bz2 abc-555ed0b1589570219e5bf71789a234105b353815.zip |
Enabling AIGs without structural hashing.
Diffstat (limited to 'src/base/wlc/wlcSim.c')
-rw-r--r-- | src/base/wlc/wlcSim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/wlc/wlcSim.c b/src/base/wlc/wlcSim.c index b0cea038..6cd081a5 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 ); + Gia_Man_t * pGia = Wlc_NtkBitBlast( p, NULL, 0 ); Wlc_Obj_t * pWlcObj; int f, i, k, w, nBits, Counter = 0; // allocate simulation info for one timeframe |