From e9abb0f489857b71cc95af33024456a616c1e2df Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 7 Dec 2015 01:31:41 -0800 Subject: Adding code to support gate profiles. --- src/map/mio/mioInt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/mio/mioInt.h') 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 -- cgit v1.2.3