#include "base/abc/abc.h"#include "base/main/main.h"#include "base/cmd/cmd.h"#include "misc/util/utilTruth.h"#include <unistd.h>
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Abc_NtkRunGenOne (Abc_Ntk_t *p, char *pScript) |
| DECLARATIONS ///. | |
| void | Acb_NtkRunGen (int nInputs, int nMints, int nFuncs, int Seed, int fVerbose, char *pScript) |
| ABC_NAMESPACE_IMPL_START int Abc_NtkRunGenOne | ( | Abc_Ntk_t * | p, |
| char * | pScript ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [abcRunGen.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Interface to experimental procedures.]
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 54 of file abcRunGen.c.


| void Acb_NtkRunGen | ( | int | nInputs, |
| int | nMints, | ||
| int | nFuncs, | ||
| int | Seed, | ||
| int | fVerbose, | ||
| char * | pScript ) |
Definition at line 78 of file abcRunGen.c.
