From a30c08bbe55d624ec3269577bf16f2f09215be12 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 9 Sep 2008 08:01:00 -0700 Subject: Version abc80909 --- src/map/mio/mio.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/mio') diff --git a/src/map/mio/mio.c b/src/map/mio/mio.c index e0000c38..37ba82c2 100644 --- a/src/map/mio/mio.c +++ b/src/map/mio/mio.c @@ -206,6 +206,9 @@ int Mio_CommandReadLibrary( Abc_Frame_t * pAbc, int argc, char **argv ) usage: fprintf( pErr, "usage: read_library [-vh]\n"); fprintf( pErr, "\t read the library from a genlib file\n" ); + fprintf( pErr, "\t (if the library contains more than one gate\n" ); + fprintf( pErr, "\t with the same Boolean function, only the first gate\n" ); + fprintf( pErr, "\t in the order of their appearance in the file is used)\n" ); fprintf( pErr, "\t-h : enable verbose output\n"); return 1; /* error exit */ } -- cgit v1.2.3