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

Go to the source code of this file.

Functions

ABC_NAMESPACE_IMPL_START Gia_Man_tExtra_CommandGen (int Algo, int LutSize, int nLuts, int nLevels, int Limit, int nBestTries, int Multi, int fXor, int fVerbose)
 DECLARATIONS ///.
 

Function Documentation

◆ Extra_CommandGen()

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 [

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

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

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 53 of file extraUtilGen.c.

54{
55 return NULL;
56}