summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mioInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-12-05 18:10:43 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2015-12-05 18:10:43 -0800
commit0f29ba75f6ec80b3eb1da4ef6b86157c7d5b8983 (patch)
treec4984999130dc532991ad02b1c44c9b1c6ce565d /src/map/mio/mioInt.h
parent56880eab5294d8a13e012eeca1e68255f0bf0e68 (diff)
downloadabc-0f29ba75f6ec80b3eb1da4ef6b86157c7d5b8983.tar.gz
abc-0f29ba75f6ec80b3eb1da4ef6b86157c7d5b8983.tar.bz2
abc-0f29ba75f6ec80b3eb1da4ef6b86157c7d5b8983.zip
Adding commands to read/write/print 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 8edc51d1..394187c5 100644
--- a/src/map/mio/mioInt.h
+++ b/src/map/mio/mioInt.h
@@ -95,6 +95,7 @@ struct Mio_GateStruct_t_
// the derived information
int Cell; // cell id
int nInputs; // the number of inputs
+ int Profile; // the number of occurrences
double dDelayMax; // the maximum delay
char * pSop; // sum-of-products
Vec_Int_t * vExpr; // boolean expression