From 200c5cc65951dc48377c6932486e6532944d7e39 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 9 Dec 2011 00:37:05 -0800 Subject: Added support for generating a library of real-life truth-tables. --- src/base/io/io.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/base/io/io.c') diff --git a/src/base/io/io.c b/src/base/io/io.c index 3d1a6ae3..37e7d34f 100644 --- a/src/base/io/io.c +++ b/src/base/io/io.c @@ -929,6 +929,8 @@ int IoCommandReadTruth( Abc_Frame_t * pAbc, int argc, char ** argv ) goto usage; } + c = strlen(argv[globalUtilOptind]); + // convert truth table to SOP if ( fHex ) pSopCover = Abc_SopFromTruthHex(argv[globalUtilOptind]); -- cgit v1.2.3