#include "bac.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Bac_BoxCreate (Bac_Ntk_t *p, Bac_ObjType_t Type, Vec_Int_t *vFanins, int nInA, int nInB, int nOuts) |
| DECLARATIONS ///. | |
| int | Bac_ObjClpWide (Bac_Ntk_t *p, int iBox) |
| int | Bac_ObjClpArith (Bac_Ntk_t *p, int iBox) |
| int | Bac_ObjClpMemory (Bac_Ntk_t *p, int iBox) |
| ABC_NAMESPACE_IMPL_START int Bac_BoxCreate | ( | Bac_Ntk_t * | p, |
| Bac_ObjType_t | Type, | ||
| Vec_Int_t * | vFanins, | ||
| int | nInA, | ||
| int | nInB, | ||
| int | nOuts ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [bacOper.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Hierarchical word-level netlist.]
Synopsis [Operator procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 29, 2014.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 44 of file bacOper.c.


| int Bac_ObjClpArith | ( | Bac_Ntk_t * | p, |
| int | iBox ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 212 of file bacOper.c.

| int Bac_ObjClpMemory | ( | Bac_Ntk_t * | p, |
| int | iBox ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 330 of file bacOper.c.

| int Bac_ObjClpWide | ( | Bac_Ntk_t * | p, |
| int | iBox ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 127 of file bacOper.c.
