summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mio.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-03-02 11:48:13 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-03-02 11:48:13 -0800
commit7e805e5c9ac3794b469f7bfe21bd933f49689afb (patch)
tree1e351b1ccaa3855c4c314a61d0b9b0df0f75ee08 /src/map/mio/mio.c
parent7fa9de2da4fe215ddabe4a89d038263df9b9c30f (diff)
downloadabc-7e805e5c9ac3794b469f7bfe21bd933f49689afb.tar.gz
abc-7e805e5c9ac3794b469f7bfe21bd933f49689afb.tar.bz2
abc-7e805e5c9ac3794b469f7bfe21bd933f49689afb.zip
Making GENLIB parser skip LATCHes.
Diffstat (limited to 'src/map/mio/mio.c')
-rw-r--r--src/map/mio/mio.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/mio/mio.c b/src/map/mio/mio.c
index 30ad63e9..1f410705 100644
--- a/src/map/mio/mio.c
+++ b/src/map/mio/mio.c
@@ -446,6 +446,11 @@ int Mio_CommandPrintLibrary( Abc_Frame_t * pAbc, int argc, char **argv )
goto usage;
}
}
+ if ( Abc_FrameReadLibGen() == NULL )
+ {
+ printf( "Library is not available.\n" );
+ return 1;
+ }
FileName = argv[globalUtilOptind];
if ( argc == globalUtilOptind + 1 )
{