mirror of https://github.com/YosysHQ/abc.git
Added support for generating a library of real-life truth-tables.
This commit is contained in:
parent
200c5cc659
commit
beb29257bf
|
|
@ -929,8 +929,6 @@ 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]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue