mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-03 08:25:20 +02:00
Several minor changes.
This commit is contained in:
@@ -154,8 +154,8 @@ void Abc_SclComputeLoad( SC_Man * p )
|
||||
pLoad->rise += Vec_FltEntry(vWireCaps, k);
|
||||
pLoad->fall += Vec_FltEntry(vWireCaps, k);
|
||||
}
|
||||
Vec_FltFree( vWireCaps );
|
||||
}
|
||||
Vec_FltFree( vWireCaps );
|
||||
}
|
||||
void Abc_SclUpdateLoad( SC_Man * p, Abc_Obj_t * pObj, SC_Cell * pOld, SC_Cell * pNew )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user