
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Gia_ManAutomSimulate (Gia_Man_t *p, Vec_Int_t *vAlpha, char *pSim) |
| DECLARATIONS ///. | |
| void | Gia_ManBuild1Hot_rec (Gia_Man_t *p, int *pLits, int nLits, int *pZero, int *pOne) |
| int | Gia_ManBuild1Hot (Gia_Man_t *p, Vec_Int_t *vLits) |
| int | Gia_ManRexNumInputs (char *pStr, Vec_Int_t **pvAlphas, Vec_Int_t **pvStr2Sta) |
| void | Gia_ManPrintAutom (char *pStr, Vec_Int_t *vStaTrans) |
| void | Gia_ManPrintReached (char *pStr, int iState, Vec_Int_t *vReached) |
| void | Gia_ManPrintReached_rec (char *pStr, Vec_Int_t *vStaTrans, int iState, Vec_Int_t *vReached, Vec_Int_t *vVisited, int TravId) |
| void | Gia_ManCollectReached (char *pStr, Vec_Int_t *vStaTrans, int iState, Vec_Int_t *vReached, Vec_Int_t *vVisited, int TravId) |
| char * | Gia_ManRexPreprocess (char *pStr) |
| Gia_Man_t * | Gia_ManRex2Gia (char *pStrInit, int fOrder, int fVerbose) |
| void | Gia_ManAutomTranspose64 (word A[64]) |
| word | Gia_ManAutomStep (Gia_Man_t *p, word Cur, word *pNext, Vec_Wrd_t *vTemp) |
| void | Gia_ManAutomWalkOne (Gia_Man_t *p, int nSteps, Vec_Wrd_t *vStates, Vec_Int_t *vCounts, Vec_Wrd_t *vTemp, word Init) |
| word | Gia_ManAutomInit (Gia_Man_t *p) |
| void | Gia_ManAutomWalk (Gia_Man_t *p, int nSteps, int nWalks, int fVerbose) |
Definition at line 472 of file giaRex.c.

| ABC_NAMESPACE_IMPL_START void Gia_ManAutomSimulate | ( | Gia_Man_t * | p, |
| Vec_Int_t * | vAlpha, | ||
| char * | pSim ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaRex.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Regular expressions.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Simulate AIG with the given sequence.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file giaRex.c.

Definition at line 388 of file giaRex.c.


| void Gia_ManAutomTranspose64 | ( | word | A[64] | ) |
Function*************************************************************
Synopsis [Transposing 64-bit matrix.]
Description [Borrowed from "Hacker's Delight", by Henry Warren.]
SideEffects []
SeeAlso []
Definition at line 354 of file giaRex.c.

| void Gia_ManAutomWalk | ( | Gia_Man_t * | p, |
| int | nSteps, | ||
| int | nWalks, | ||
| int | fVerbose ) |
Definition at line 494 of file giaRex.c.

| void Gia_ManAutomWalkOne | ( | Gia_Man_t * | p, |
| int | nSteps, | ||
| Vec_Wrd_t * | vStates, | ||
| Vec_Int_t * | vCounts, | ||
| Vec_Wrd_t * | vTemp, | ||
| word | Init ) |
Definition at line 415 of file giaRex.c.


Definition at line 99 of file giaRex.c.


| void Gia_ManBuild1Hot_rec | ( | Gia_Man_t * | p, |
| int * | pLits, | ||
| int | nLits, | ||
| int * | pZero, | ||
| int * | pOne ) |
Function*************************************************************
Synopsis [Builds 1-hotness contraint.]
Description []
SideEffects []
SeeAlso []
Definition at line 85 of file giaRex.c.


| void Gia_ManCollectReached | ( | char * | pStr, |
| Vec_Int_t * | vStaTrans, | ||
| int | iState, | ||
| Vec_Int_t * | vReached, | ||
| Vec_Int_t * | vVisited, | ||
| int | TravId ) |
Definition at line 174 of file giaRex.c.


| void Gia_ManPrintAutom | ( | char * | pStr, |
| Vec_Int_t * | vStaTrans ) |
Definition at line 139 of file giaRex.c.


| void Gia_ManPrintReached | ( | char * | pStr, |
| int | iState, | ||
| Vec_Int_t * | vReached ) |
Definition at line 151 of file giaRex.c.

| void Gia_ManPrintReached_rec | ( | char * | pStr, |
| Vec_Int_t * | vStaTrans, | ||
| int | iState, | ||
| Vec_Int_t * | vReached, | ||
| Vec_Int_t * | vVisited, | ||
| int | TravId ) |
Definition at line 160 of file giaRex.c.


| Gia_Man_t * Gia_ManRex2Gia | ( | char * | pStrInit, |
| int | fOrder, | ||
| int | fVerbose ) |
Definition at line 203 of file giaRex.c.

Definition at line 120 of file giaRex.c.


| char * Gia_ManRexPreprocess | ( | char * | pStr | ) |
Definition at line 182 of file giaRex.c.

