diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2018-09-08 11:41:20 +0300 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2018-09-08 11:41:20 +0300 |
commit | f38ea72b899c0ea5adfa1a131811c7cc84e52c01 (patch) | |
tree | deefeb8e5ff04999f79c9bff47532a963cf0b1d0 /src/opt | |
parent | 86f76e951905da92d98b1c4383ad66ae4f83dc7c (diff) | |
download | abc-f38ea72b899c0ea5adfa1a131811c7cc84e52c01.tar.gz abc-f38ea72b899c0ea5adfa1a131811c7cc84e52c01.tar.bz2 abc-f38ea72b899c0ea5adfa1a131811c7cc84e52c01.zip |
Hash table profiling.
Diffstat (limited to 'src/opt')
-rw-r--r-- | src/opt/dau/dauNpn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/dau/dauNpn.c b/src/opt/dau/dauNpn.c index b6ec9fa0..debb19f8 100644 --- a/src/opt/dau/dauNpn.c +++ b/src/opt/dau/dauNpn.c @@ -628,6 +628,7 @@ int Dau_InsertFunction( Abc_TtHieMan_t * pMan, word * pCur, int nNodes, int nInp // Dau_TablesSave( nInputs, nVars0, vTtMem, vTtMemA, vNodSup, vMapping, nFronts, clk ); return 0; } + Entry = 0; Phase = 0; //printf( "%d ", Dau_CountCompl(pCur[0], nVarsNew) ); // this is a new class |