Commit ae7e2862 by Alan Mishchenko

Resetting the random seed in 'sparsify'.

parent 7171812f
......@@ -655,6 +655,7 @@ Abc_Ntk_t * Abc_NtkSparsifyInternal( Abc_Ntk_t * pNtk, int nPerc, int fVerbose )
// onset/offset
for ( c = 0; c < 2; c++ )
{
Cudd_Srandom( 0 );
Abc_NtkDupObj( pNtkNew, pDriver, 0 );
Abc_ObjForEachFanin( pDriver, pFanin, k )
Abc_ObjAddFanin( pDriver->pCopy, pFanin->pCopy );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment