|
abc-master
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "misc/vec/vec.h"#include "misc/vec/vecHsh.h"Go to the source code of this file.
Functions | |
| static ABC_NAMESPACE_IMPL_START void | Abc_StatePush (Vec_Int_t *vData, char *pState, int k) |
| DECLARATIONS ///. More... | |
| static void | Abc_StatePerm (char *pState, char *pPerm, char *pRes) |
| static void | Abc_StatePrint (char *pState) |
| void | Abc_EnumerateCubeStates2 () |
| FUNCTION DEFINITIONS ///. More... | |
| static int | Abc_DataHasBit (word *p, word i) |
| static void | Abc_DataXorBit (word *p, word i) |
| static int | Abc_DataGetCube (word w, int i) |
| static word | Abc_DataXorCube (word w, int i, int c) |
| static word | Abc_CubeGenerateSign (char *pState) |
| void | Abc_EnumerateCubeStates () |
|
inlinestatic |
Definition at line 166 of file extraUtilCube.c.
|
inlinestatic |
Definition at line 164 of file extraUtilCube.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 162 of file extraUtilCube.c.
Definition at line 163 of file extraUtilCube.c.
Definition at line 165 of file extraUtilCube.c.
| void Abc_EnumerateCubeStates | ( | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 192 of file extraUtilCube.c.
| void Abc_EnumerateCubeStates2 | ( | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 53 of file extraUtilCube.c.
|
inlinestatic |
Definition at line 35 of file extraUtilCube.c.
|
inlinestatic |
Definition at line 36 of file extraUtilCube.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [extraUtilCube.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [extra]
Synopsis [Permutation computation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Definition at line 34 of file extraUtilCube.c.