mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-08 03:46:07 +02:00
DSD manager.
This commit is contained in:
@@ -257,6 +257,7 @@ static inline int Abc_LitIsCompl( int Lit ) { return Lit & 1;
|
||||
static inline int Abc_LitNot( int Lit ) { return Lit ^ 1; }
|
||||
static inline int Abc_LitNotCond( int Lit, int c ) { return Lit ^ (int)(c > 0); }
|
||||
static inline int Abc_LitRegular( int Lit ) { return Lit & ~01; }
|
||||
static inline int Abc_Lit2Lit( int * pMap, int Lit ) { return Abc_Var2Lit( pMap[Abc_Lit2Var(Lit)], Abc_LitIsCompl(Lit) ); }
|
||||
|
||||
enum Abc_VerbLevel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user