mirror of https://github.com/YosysHQ/abc.git
Adding new features to 'dualrail'.
This commit is contained in:
parent
dfe5f511b2
commit
91ca83e864
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue