src/base/abci/abcClpSop.c File Reference

#include "abc.h"
Include dependency graph for abcClpSop.c:

Go to the source code of this file.

Functions

Abc_Ntk_tAbc_NtkCollapseSop (Abc_Ntk_t *pNtk, int fVerbose)

Function Documentation

Abc_Ntk_t* Abc_NtkCollapseSop ( Abc_Ntk_t pNtk,
int  fVerbose 
)

CFile****************************************************************

FileName [abcCollapse.c]

SystemName [ABC: Logic synthesis and verification system.]

PackageName [Network and node package.]

Synopsis [Collapsing the network into two-levels.]

Author [Alan Mishchenko]

Affiliation [UC Berkeley]

Date [Ver. 1.0. Started - June 20, 2005.]

Revision [

Id
abcCollapse.c,v 1.00 2005/06/20 00:00:00 alanmi Exp

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

Synopsis [Collapses the network.]

Description []

SideEffects []

SeeAlso []

Definition at line 42 of file abcClpSop.c.

00043 {
00044     Abc_Ntk_t * pNtkNew;
00045     pNtkNew = NULL;
00046     return pNtkNew;
00047 }


Generated on Tue Jan 5 12:18:34 2010 for abc70930 by  doxygen 1.6.1