Backward compatibility of GIA manager.

This commit is contained in:
Alan Mishchenko 2011-04-18 23:30:16 -07:00
parent 05b61206e4
commit 7d9b3556bd
1 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,8 @@ struct Gia_Man_t_
Vec_Int_t * vUserPiIds; // numbers assigned to PIs by the user
Vec_Int_t * vUserPoIds; // numbers assigned to POs by the user
Vec_Int_t * vUserFfIds; // numbers assigned to FFs by the user
Vec_Int_t * vCiNumsOrig; // original CI names
Vec_Int_t * vCoNumsOrig; // original CO names
Vec_Vec_t * vClockDoms; // clock domains
Vec_Flt_t * vTiming; // arrival/required/slack
void * pManTime; // the timing manager