abc-master
|
#include "ivy.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START Ivy_Obj_t * | Ivy_TableLookupPair_rec (Ivy_Man_t *p, Ivy_Obj_t *pObj0, Ivy_Obj_t *pObj1, int fCompl0, int fCompl1, Ivy_Type_t Type) |
DECLARATIONS ///. More... | |
Ivy_Obj_t * | Ivy_CanonPair_rec (Ivy_Man_t *p, Ivy_Obj_t *pGhost) |
FUNCTION DEFINITIONS ///. More... | |
Ivy_Obj_t * | Ivy_CanonAnd (Ivy_Man_t *p, Ivy_Obj_t *pObj0, Ivy_Obj_t *pObj1) |
Ivy_Obj_t * | Ivy_CanonExor (Ivy_Man_t *p, Ivy_Obj_t *pObj0, Ivy_Obj_t *pObj1) |
Ivy_Obj_t * | Ivy_CanonLatch (Ivy_Man_t *p, Ivy_Obj_t *pObj, Ivy_Init_t Init) |
Function*************************************************************
Synopsis [Creates the canonical form of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 90 of file ivyCanon.c.
Function*************************************************************
Synopsis [Creates the canonical form of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 109 of file ivyCanon.c.
Ivy_Obj_t* Ivy_CanonLatch | ( | Ivy_Man_t * | p, |
Ivy_Obj_t * | pObj, | ||
Ivy_Init_t | Init | ||
) |
Function*************************************************************
Synopsis [Creates the canonical form of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 131 of file ivyCanon.c.
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Creates the canonical form of the node.]
Description []
SideEffects []
SeeAlso []
remember the latches
Definition at line 47 of file ivyCanon.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [ivyCanon.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [And-Inverter Graph package.]
Synopsis [Finding canonical form of objects.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - May 11, 2006.]
Revision [
]