summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mioInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-04-14 18:53:28 +0900
committerAlan Mishchenko <alanmi@berkeley.edu>2015-04-14 18:53:28 +0900
commit3de5d18c5f1f97e5d38c0b35daca5f83df56cc14 (patch)
tree08a043dc0a43bc2ba506bcf6ade2ca11b301410f /src/map/mio/mioInt.h
parent96c622b3bc61584580e28b6b9ba5c8de2a9a1e2b (diff)
downloadabc-3de5d18c5f1f97e5d38c0b35daca5f83df56cc14.tar.gz
abc-3de5d18c5f1f97e5d38c0b35daca5f83df56cc14.tar.bz2
abc-3de5d18c5f1f97e5d38c0b35daca5f83df56cc14.zip
Adding APIs to retrieve NOR/OR gates from the library.
Diffstat (limited to 'src/map/mio/mioInt.h')
-rw-r--r--src/map/mio/mioInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/mio/mioInt.h b/src/map/mio/mioInt.h
index 6ede6d1d..07514f16 100644
--- a/src/map/mio/mioInt.h
+++ b/src/map/mio/mioInt.h
@@ -71,6 +71,8 @@ struct Mio_LibraryStruct_t_
Mio_Gate_t * pGateInv; // the inverter
Mio_Gate_t * pGateNand2; // the NAND2 gate
Mio_Gate_t * pGateAnd2; // the AND2 gate
+ Mio_Gate_t * pGateNor2; // the NOR2 gate
+ Mio_Gate_t * pGateOr2; // the OR2 gate
st__table * tName2Gate; // the mapping of gate names into their pointer
Mem_Flex_t * pMmFlex; // the memory manaqer for SOPs
Vec_Str_t * vCube; // temporary cube