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

Go to the source code of this file.

Functions

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

Function Documentation

◆ Gia_ManReshape1()

ABC_NAMESPACE_IMPL_START Gia_Man_t * Gia_ManReshape1 ( 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 45 of file giaReshape1.c.

46{
47 return NULL;
48}