ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
giaReshape2.c File Reference
#include "gia.h"
Include dependency graph for giaReshape2.c:

Go to the source code of this file.

Functions

ABC_NAMESPACE_IMPL_START Gia_Man_tGia_ManReshape2 (Gia_Man_t *p, int fUseSimple, int fVerbose, int fVeryVerbose)
 DECLARATIONS ///.
 

Function Documentation

◆ Gia_ManReshape2()

ABC_NAMESPACE_IMPL_START Gia_Man_t * Gia_ManReshape2 ( Gia_Man_t * p,
int fUseSimple,
int fVerbose,
int fVeryVerbose )

DECLARATIONS ///.

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

FileName [giaReshape.c]

SystemName [ABC: Logic synthesis and verification system.]

PackageName [Scalable AIG package.]

Synopsis []

Author [Alan Mishchenko]

Affiliation [UC Berkeley]

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

Revision [

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

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

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 44 of file giaReshape2.c.

45{
46 return NULL;
47}