#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "aig/gia/gia.h"#include "misc/vec/vecMem.h"#include "misc/extra/extra.h"#include "misc/util/utilTruth.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Gia_Man_t * | Extra_CommandGen (int Algo, int LutSize, int nLuts, int nLevels, int Limit, int nBestTries, int Multi, int fXor, int fVerbose) |
| DECLARATIONS ///. | |
| ABC_NAMESPACE_IMPL_START Gia_Man_t * Extra_CommandGen | ( | int | Algo, |
| int | LutSize, | ||
| int | nLuts, | ||
| int | nLevels, | ||
| int | Limit, | ||
| int | nBestTries, | ||
| int | Multi, | ||
| int | fXor, | ||
| int | fVerbose ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [extraUtilGen.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 53 of file extraUtilGen.c.