summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mioInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-10-04 12:37:38 +0300
committerAlan Mishchenko <alanmi@berkeley.edu>2017-10-04 12:37:38 +0300
commit396215532c19ea54d5ad89e509c258deb25671d5 (patch)
tree2b78b4cc6d03233c4657d05725571e1bc5e39247 /src/map/mio/mioInt.h
parent343f77a39546c45e11ad22a3fd978fc17d73720a (diff)
downloadabc-396215532c19ea54d5ad89e509c258deb25671d5.tar.gz
abc-396215532c19ea54d5ad89e509c258deb25671d5.tar.bz2
abc-396215532c19ea54d5ad89e509c258deb25671d5.zip
Updates and bug fixes.
Diffstat (limited to 'src/map/mio/mioInt.h')
-rw-r--r--src/map/mio/mioInt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mio/mioInt.h b/src/map/mio/mioInt.h
index 6c754c18..bf01f588 100644
--- a/src/map/mio/mioInt.h
+++ b/src/map/mio/mioInt.h
@@ -86,10 +86,10 @@ struct Mio_LibraryStruct_t_
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;
+ Vec_Mem_t * vTtMem2[3];
+ Vec_Int_t * vTt2Match2[3];
};
struct Mio_GateStruct_t_