mirror of https://github.com/YosysHQ/abc.git
Change Scl_Pair_t_ member types to long to allow for large liberty file loading.
Signed-off-by: Mike Inouye <mikeinouye@google.com>
This commit is contained in:
parent
806a996b88
commit
a6bf51111f
|
|
@ -49,8 +49,8 @@ typedef enum {
|
|||
typedef struct Scl_Pair_t_ Scl_Pair_t;
|
||||
struct Scl_Pair_t_
|
||||
{
|
||||
int Beg; // item beginning
|
||||
int End; // item end
|
||||
long Beg; // item beginning
|
||||
long End; // item end
|
||||
};
|
||||
|
||||
typedef struct Scl_Item_t_ Scl_Item_t;
|
||||
|
|
|
|||
Loading…
Reference in New Issue