mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 01:20:38 +02:00
Version abc60822
This commit is contained in:
@@ -316,7 +316,7 @@ int Seq_NtkNodeUpdateLValue( Abc_Obj_t * pObj, float Fi, Vec_Ptr_t * vLeaves, Ve
|
||||
void Seq_NodeRetimeSetLag_rec( Abc_Obj_t * pNode, char Lag )
|
||||
{
|
||||
Abc_Obj_t * pFanin;
|
||||
if ( !Abc_NodeIsAigAnd(pNode) )
|
||||
if ( !Abc_AigNodeIsAnd(pNode) )
|
||||
return;
|
||||
Seq_NodeSetLag( pNode, Lag );
|
||||
// consider the first fanin
|
||||
|
||||
Reference in New Issue
Block a user