Commit beb29257 by Alan Mishchenko

Added support for generating a library of real-life truth-tables.

parent 200c5cc6
...@@ -929,8 +929,6 @@ int IoCommandReadTruth( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -929,8 +929,6 @@ int IoCommandReadTruth( Abc_Frame_t * pAbc, int argc, char ** argv )
goto usage; goto usage;
} }
c = strlen(argv[globalUtilOptind]);
// convert truth table to SOP // convert truth table to SOP
if ( fHex ) if ( fHex )
pSopCover = Abc_SopFromTruthHex(argv[globalUtilOptind]); pSopCover = Abc_SopFromTruthHex(argv[globalUtilOptind]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment