summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mioInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-12-07 01:31:41 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2015-12-07 01:31:41 -0800
commite9abb0f489857b71cc95af33024456a616c1e2df (patch)
tree89e8836a95470a591baa4bc676a241f1663f4d10 /src/map/mio/mioInt.h
parent0f29ba75f6ec80b3eb1da4ef6b86157c7d5b8983 (diff)
downloadabc-e9abb0f489857b71cc95af33024456a616c1e2df.tar.gz
abc-e9abb0f489857b71cc95af33024456a616c1e2df.tar.bz2
abc-e9abb0f489857b71cc95af33024456a616c1e2df.zip
Adding code to support gate profiles.
Diffstat (limited to 'src/map/mio/mioInt.h')
-rw-r--r--src/map/mio/mioInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mio/mioInt.h b/src/map/mio/mioInt.h
index 394187c5..541a7a7f 100644
--- a/src/map/mio/mioInt.h
+++ b/src/map/mio/mioInt.h
@@ -96,6 +96,7 @@ struct Mio_GateStruct_t_
int Cell; // cell id
int nInputs; // the number of inputs
int Profile; // the number of occurrences
+ int Profile2; // the number of occurrences
double dDelayMax; // the maximum delay
char * pSop; // sum-of-products
Vec_Int_t * vExpr; // boolean expression