summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mioInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-09-24 23:38:01 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2017-09-24 23:38:01 -0700
commitc696ae95d0130204bedfb9cb7209748fa6ab0f2e (patch)
tree7822cba08644f83bc76e6dd9fe42f7bb7758fb0a /src/map/mio/mioInt.h
parent287f9efcceb540fb09f5d81250699a9277967ec5 (diff)
downloadabc-c696ae95d0130204bedfb9cb7209748fa6ab0f2e.tar.gz
abc-c696ae95d0130204bedfb9cb7209748fa6ab0f2e.tar.bz2
abc-c696ae95d0130204bedfb9cb7209748fa6ab0f2e.zip
Maintenance and updates.
Diffstat (limited to 'src/map/mio/mioInt.h')
-rw-r--r--src/map/mio/mioInt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/mio/mioInt.h b/src/map/mio/mioInt.h
index 23f48b2f..6c754c18 100644
--- a/src/map/mio/mioInt.h
+++ b/src/map/mio/mioInt.h
@@ -84,6 +84,12 @@ struct Mio_LibraryStruct_t_
Vec_Wec_t * vTt2Match; // matches for truth tables
Mio_Cell2_t * pCells; // library gates
int nCells; // library gate count
+ Vec_Ptr_t * vNames;
+ Vec_Wrd_t * vTruths;
+ Vec_Mem_t * vTtMem_;
+ Vec_Int_t * vTt2Match_;
+ Vec_Int_t * vTt2Match4;
+ Vec_Int_t * vConfigs;
};
struct Mio_GateStruct_t_