mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-01 18:27:44 +02:00
Added support for generating a library of real-life truth-tables.
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user