abc-master
|
#include "luckyInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | resetPCanonPermArray_6Vars (char *x) |
void | resetPCanonPermArray (char *x, int nVars) |
word | Abc_allFlip (word x, unsigned *pCanonPhase) |
unsigned | adjustInfoAfterSwap (char *pCanonPerm, unsigned uCanonPhase, int iVar, unsigned info) |
word | Extra_Truth6SwapAdjacent (word t, int iVar) |
word | Extra_Truth6ChangePhase (word t, int iVar) |
word | Extra_Truth6MinimumRoundOne (word t, int iVar, char *pCanonPerm, unsigned *pCanonPhase) |
word | Extra_Truth6MinimumRoundOne_noEBFC (word t, int iVar, char *pCanonPerm, unsigned *pCanonPhase) |
word | Extra_Truth6MinimumRoundMany (word t, int *pStore, char *pCanonPerm, unsigned *pCanonPhase) |
word | Extra_Truth6MinimumRoundMany_noEBFC (word t, int *pStore, char *pCanonPerm, unsigned *pCanonPhase) |
word | Extra_Truth6MinimumRoundMany1 (word t, int *pStore, char *pCanonPerm, unsigned *pCanonPhase) |
word | luckyCanonicizer_final_fast_6Vars (word InOut, int *pStore, char *pCanonPerm, unsigned *pCanonPhase) |
word | luckyCanonicizer_final_fast_6Vars1 (word InOut, int *pStore, char *pCanonPerm, unsigned *pCanonPhase) |
Definition at line 39 of file luckyFast6.c.
unsigned adjustInfoAfterSwap | ( | char * | pCanonPerm, |
unsigned | uCanonPhase, | ||
int | iVar, | ||
unsigned | info | ||
) |
Definition at line 51 of file luckyFast6.c.
Definition at line 86 of file luckyFast6.c.
word Extra_Truth6MinimumRoundMany | ( | word | t, |
int * | pStore, | ||
char * | pCanonPerm, | ||
unsigned * | pCanonPhase | ||
) |
Definition at line 176 of file luckyFast6.c.
word Extra_Truth6MinimumRoundMany1 | ( | word | t, |
int * | pStore, | ||
char * | pCanonPerm, | ||
unsigned * | pCanonPhase | ||
) |
Definition at line 213 of file luckyFast6.c.
word Extra_Truth6MinimumRoundMany_noEBFC | ( | word | t, |
int * | pStore, | ||
char * | pCanonPerm, | ||
unsigned * | pCanonPhase | ||
) |
Definition at line 195 of file luckyFast6.c.
Definition at line 101 of file luckyFast6.c.
word Extra_Truth6MinimumRoundOne_noEBFC | ( | word | t, |
int | iVar, | ||
char * | pCanonPerm, | ||
unsigned * | pCanonPhase | ||
) |
Definition at line 158 of file luckyFast6.c.
Definition at line 73 of file luckyFast6.c.
word luckyCanonicizer_final_fast_6Vars | ( | word | InOut, |
int * | pStore, | ||
char * | pCanonPerm, | ||
unsigned * | pCanonPhase | ||
) |
Definition at line 265 of file luckyFast6.c.
word luckyCanonicizer_final_fast_6Vars1 | ( | word | InOut, |
int * | pStore, | ||
char * | pCanonPerm, | ||
unsigned * | pCanonPhase | ||
) |
Definition at line 270 of file luckyFast6.c.
void resetPCanonPermArray | ( | char * | x, |
int | nVars | ||
) |
Definition at line 30 of file luckyFast6.c.
ABC_NAMESPACE_IMPL_START void resetPCanonPermArray_6Vars | ( | char * | x | ) |
CFile****************************************************************
FileName [luckyFast6.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Semi-canonical form computation package.]
Synopsis [Truth table minimization procedures for 6 vars.]
Author [Jake]
Date [Started - September 2012]
Definition at line 21 of file luckyFast6.c.