summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mio/mio.h')
-rw-r--r--src/map/mio/mio.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/mio/mio.h b/src/map/mio/mio.h
index ef1f4258..e6ee53ac 100644
--- a/src/map/mio/mio.h
+++ b/src/map/mio/mio.h
@@ -65,10 +65,11 @@ struct Mio_Cell2_t_
word uTruth; // truth table
word DelayAve; // average delay
word Delays[6]; // delay
+ void * pMioGate; // gate pointer
};
-#define MIO_NUM 1000000
-#define MIO_NUMINV 0.000001
+#define MIO_NUM 1000
+#define MIO_NUMINV 0.001
////////////////////////////////////////////////////////////////////////
/// GLOBAL VARIABLES ///