summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/gia.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/gia/gia.h')
-rw-r--r--src/aig/gia/gia.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aig/gia/gia.h b/src/aig/gia/gia.h
index bc7238d8..88e47ed0 100644
--- a/src/aig/gia/gia.h
+++ b/src/aig/gia/gia.h
@@ -131,6 +131,8 @@ struct Gia_Man_t_
Vec_Int_t * vMapping; // mapping for each node
Vec_Int_t * vCellMapping; // mapping for each node
Vec_Int_t * vPacking; // packing information
+ Vec_Int_t * vConfigs; // cell configurations
+ char * pCellStr; // cell description
Vec_Int_t * vLutConfigs; // LUT configurations
Abc_Cex_t * pCexComb; // combinational counter-example
Abc_Cex_t * pCexSeq; // sequential counter-example