ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
extraUtilCfs.c File Reference
#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"
Include dependency graph for extraUtilCfs.c:

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 ///.
 

Function Documentation

◆ Extra_CommandCfs()

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 [

Id
extraUtilCfs.c,v 1.0 2003/02/01 00:00:00 alanmi Exp

] FUNCTION DEFINITIONS /// Function*************************************************************

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 51 of file extraUtilCfs.c.

52{
53}