summaryrefslogtreecommitdiffstats
path: root/src/map/mio
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-11-21 12:58:13 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2013-11-21 12:58:13 -0800
commit00efa6805380739f36ca9cc73623aefe25eeb9b5 (patch)
tree57a55224c99f1fc2e4d711e3bdef16e4c54dc844 /src/map/mio
parent962ad3b0b106accb74bd9160951d4ca65533073b (diff)
downloadabc-00efa6805380739f36ca9cc73623aefe25eeb9b5.tar.gz
abc-00efa6805380739f36ca9cc73623aefe25eeb9b5.tar.bz2
abc-00efa6805380739f36ca9cc73623aefe25eeb9b5.zip
Several changes to allow Liberty files without delay info.
Diffstat (limited to 'src/map/mio')
-rw-r--r--src/map/mio/mio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mio/mio.h b/src/map/mio/mio.h
index 9c4d4c4c..c7d90917 100644
--- a/src/map/mio/mio.h
+++ b/src/map/mio/mio.h
@@ -165,6 +165,7 @@ extern void Mio_LibraryTransferDelays( Mio_Library_t * pLibD, Mio_L
/*=== sclUtil.c =========================================================*/
extern Mio_Library_t * Abc_SclDeriveGenlibSimple( void * pScl );
extern Mio_Library_t * Abc_SclDeriveGenlib( void * pScl, float Slew, float Gain, int nGatesMin, int fVerbose );
+extern int Abc_SclHasDelayInfo( void * pScl );
ABC_NAMESPACE_HEADER_END