#include "ivy.h"
Go to the source code of this file.
Functions | |
| Ivy_Obj_t * | Ivy_CanonPair_rec (Ivy_Man_t *p, Ivy_Obj_t *pGhost) |
| FUNCTION DEFINITIONS ///. | |
| 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.

