abc-master
|
#include "ivy.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Ivy_Man_t * | Ivy_ManResyn0 (Ivy_Man_t *pMan, int fUpdateLevel, int fVerbose) |
DECLARATIONS ///. More... | |
Ivy_Man_t * | Ivy_ManResyn (Ivy_Man_t *pMan, int fUpdateLevel, int fVerbose) |
Ivy_Man_t * | Ivy_ManRwsat (Ivy_Man_t *pMan, int fVerbose) |
Function*************************************************************
Synopsis [Performs several passes of rewriting on the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 86 of file ivyResyn.c.
ABC_NAMESPACE_IMPL_START Ivy_Man_t* Ivy_ManResyn0 | ( | Ivy_Man_t * | pMan, |
int | fUpdateLevel, | ||
int | fVerbose | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ivyResyn.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [And-Inverter Graph package.]
Synopsis [AIG rewriting script.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - May 11, 2006.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Performs several passes of rewriting on the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file ivyResyn.c.
Function*************************************************************
Synopsis [Performs several passes of rewriting on the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 155 of file ivyResyn.c.