Several minor changes.

This commit is contained in:
Alan Mishchenko
2012-09-03 17:15:44 -07:00
parent 9621ae946e
commit 201cb24596
3 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -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 )
{