#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "aig/gia/gia.h"#include "misc/extra/extra.h"#include "misc/util/utilTruth.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Extra_CommandCfs (Gia_Man_t *pGia, int Limit, int Reps, int UnseenUse, int RareUse, int fReplaceRare, int fConstSim, int fDagNodes, float FlipProb, int fVerbose) |
| DECLARATIONS ///. | |
| ABC_NAMESPACE_IMPL_START void Extra_CommandCfs | ( | Gia_Man_t * | pGia, |
| int | Limit, | ||
| int | Reps, | ||
| int | UnseenUse, | ||
| int | RareUse, | ||
| int | fReplaceRare, | ||
| int | fConstSim, | ||
| int | fDagNodes, | ||
| float | FlipProb, | ||
| int | fVerbose ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [extraUtilCfs.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [extra]
Synopsis [CF simulation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file extraUtilCfs.c.