mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-02 02:37:25 +02:00
Two small fixes.
This commit is contained in:
+1
-1
@@ -18385,7 +18385,7 @@ int Abc_CommandDsdFilter( Abc_Frame_t * pAbc, int argc, char ** argv )
|
||||
if ( fInvMarks )
|
||||
If_DsdManInvertMarks( pDsd, fVerbose );
|
||||
#ifdef ABC_USE_CUDD
|
||||
else
|
||||
else if ( nLimit == 0 )
|
||||
Id_DsdManTuneThresh( pDsd, fUnate, fThresh, fThreshHeuristic, fVerbose );
|
||||
#endif
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user