summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mio.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/mio.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/mio.h')
-rw-r--r--src/map/mio/mio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/mio/mio.h b/src/map/mio/mio.h
index 94fe671b..e6b6fc5b 100644
--- a/src/map/mio/mio.h
+++ b/src/map/mio/mio.h
@@ -103,6 +103,8 @@ extern Mio_Gate_t * Mio_LibraryReadConst0 ( Mio_Library_t * pLib );
extern Mio_Gate_t * Mio_LibraryReadConst1 ( Mio_Library_t * pLib );
extern Mio_Gate_t * Mio_LibraryReadNand2 ( Mio_Library_t * pLib );
extern Mio_Gate_t * Mio_LibraryReadAnd2 ( Mio_Library_t * pLib );
+extern Mio_Gate_t * Mio_LibraryReadNor2 ( Mio_Library_t * pLib );
+extern Mio_Gate_t * Mio_LibraryReadOr2 ( Mio_Library_t * pLib );
extern Mio_Gate_t * Mio_LibraryReadBuf ( Mio_Library_t * pLib );
extern Mio_Gate_t * Mio_LibraryReadInv ( Mio_Library_t * pLib );
extern float Mio_LibraryReadDelayInvRise( Mio_Library_t * pLib );