#include "ivy.h"
Go to the source code of this file.
Classes | |
| struct | Ivy_Eva_t_ |
Macros | |
| #define | IVY_EVAL_LIMIT 128 |
| DECLARATIONS ///. | |
Typedefs | |
| typedef struct Ivy_Eva_t_ | Ivy_Eva_t |
Functions | |
| int | Ivy_MultiPlus (Ivy_Man_t *p, Vec_Ptr_t *vLeaves, Vec_Ptr_t *vCone, Ivy_Type_t Type, int nLimit, Vec_Ptr_t *vSols) |
| FUNCTION DEFINITIONS ///. | |
| #define IVY_EVAL_LIMIT 128 |
DECLARATIONS ///.
CFile****************************************************************
FileName [ivyMulti.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [And-Inverter Graph package.]
Synopsis [Constructing multi-input AND/EXOR gates.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - May 11, 2006.]
Revision [
]
Definition at line 30 of file ivyMulti.c.
| typedef struct Ivy_Eva_t_ Ivy_Eva_t |
Definition at line 32 of file ivyMulti.c.
| int Ivy_MultiPlus | ( | Ivy_Man_t * | p, |
| Vec_Ptr_t * | vLeaves, | ||
| Vec_Ptr_t * | vCone, | ||
| Ivy_Type_t | Type, | ||
| int | nLimit, | ||
| Vec_Ptr_t * | vSols ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Constructs a balanced tree while taking sharing into account.]
Description [Returns 1 if the implementation exists.]
SideEffects []
SeeAlso []
Definition at line 58 of file ivyMulti.c.
