summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/gia.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2020-03-09 13:16:22 +0200
committerAlan Mishchenko <alanmi@berkeley.edu>2020-03-09 13:16:22 +0200
commitc9bebe157b00fb2f84163914d4063a9b43ecb5cf (patch)
tree362c3527788ba71f0fdfc78e9322a56cf6cd965f /src/aig/gia/gia.h
parenta484c65b0b32e7b220c54d5c1e7b36ba6c7c262d (diff)
downloadabc-c9bebe157b00fb2f84163914d4063a9b43ecb5cf.tar.gz
abc-c9bebe157b00fb2f84163914d4063a9b43ecb5cf.tar.bz2
abc-c9bebe157b00fb2f84163914d4063a9b43ecb5cf.zip
Ongoing changes to the simulator.
Diffstat (limited to 'src/aig/gia/gia.h')
-rw-r--r--src/aig/gia/gia.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/aig/gia/gia.h b/src/aig/gia/gia.h
index f75d873c..c3842fe1 100644
--- a/src/aig/gia/gia.h
+++ b/src/aig/gia/gia.h
@@ -52,6 +52,7 @@ ABC_NAMESPACE_HEADER_START
typedef struct Gia_MmFixed_t_ Gia_MmFixed_t;
typedef struct Gia_MmFlex_t_ Gia_MmFlex_t;
typedef struct Gia_MmStep_t_ Gia_MmStep_t;
+typedef struct Gia_Dat_t_ Gia_Dat_t;
typedef struct Gia_Rpr_t_ Gia_Rpr_t;
struct Gia_Rpr_t_
@@ -232,14 +233,7 @@ struct Gia_Man_t_
Vec_Wrd_t * vSuppWords; // support information
Vec_Int_t vCopiesTwo; // intermediate copies
Vec_Int_t vSuppVars; // used variables
- // additional info
- char * pUserFile;
- Gia_Man_t * pUserSpec;
- Gia_Man_t * pUserAig;
- Vec_Ptr_t * vUserNames;
- Vec_Wec_t * vUserNodes;
- Vec_Wec_t * vUserSupps;
- Vec_Int_t * vUserArray;
+ Gia_Dat_t * pUserData;
};