Commit 91ca83e8 by Alan Mishchenko

Adding new features to 'dualrail'.

parent dfe5f511
......@@ -210,7 +210,10 @@ Vec_Int_t * Abc_NtkFindDcLatches( Abc_Ntk_t * pNtk )
vUnknown = Vec_IntStart( Abc_NtkLatchNum(pNtk) );
Abc_NtkForEachLatch( pNtk, pObj, i )
if ( Abc_LatchIsInitDc(pObj) )
{
Vec_IntWriteEntry( vUnknown, i, 1 );
Abc_LatchSetInit0(pObj);
}
return vUnknown;
}
......
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