Updated code for lazy man's synthesis.

This commit is contained in:
Alan Mishchenko
2012-07-20 11:52:51 -07:00
parent e53ffc6408
commit aa78ce56e7
3 changed files with 76 additions and 309 deletions
+4
View File
@@ -280,7 +280,11 @@ struct If_Obj_t_
float EstRefs; // estimated reference counter
float Required; // required time of the onde
float LValue; // sequential arrival time of the node
union{
void * pCopy; // used for object duplication
int iCopy;
};
If_Set_t * pCutSet; // the pointer to the cutset
If_Cut_t CutBest; // the best cut selected
};