abc-master
|
#include "aig.h"
Go to the source code of this file.
Function*************************************************************
Synopsis [Performs canonicization step.]
Description [The argument nodes can be complemented.]
SideEffects []
SeeAlso []
Definition at line 104 of file aigOper.c.
Function*************************************************************
Synopsis [Creates AND function with nVars inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 474 of file aigOper.c.
Function*************************************************************
Synopsis [Creates AND function with nVars inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 516 of file aigOper.c.
Function*************************************************************
Synopsis [Creates AND function with nVars inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 495 of file aigOper.c.
Function*************************************************************
Synopsis [Performs canonicization step.]
Description [The argument nodes can be complemented.]
SideEffects []
SeeAlso []
Definition at line 220 of file aigOper.c.
Function*************************************************************
Synopsis [Implements the miter.]
Description []
SideEffects []
SeeAlso []
Function*************************************************************
Synopsis [Implements the miter.]
Description []
SideEffects []
SeeAlso []
Definition at line 453 of file aigOper.c.
Aig_Obj_t* Aig_Multi | ( | Aig_Man_t * | p, |
Aig_Obj_t ** | pArgs, | ||
int | nArgs, | ||
Aig_Type_t | Type | ||
) |
Function*************************************************************
Synopsis [Old code.]
Description []
SideEffects []
SeeAlso []
Definition at line 413 of file aigOper.c.
Aig_Obj_t* Aig_Multi_rec | ( | Aig_Man_t * | p, |
Aig_Obj_t ** | ppObjs, | ||
int | nObjs, | ||
Aig_Type_t | Type | ||
) |
Function*************************************************************
Synopsis [Constructs the well-balanced tree of gates.]
Description [Disregards levels and possible logic sharing.]
SideEffects []
SeeAlso []
Definition at line 392 of file aigOper.c.
Function*************************************************************
Synopsis [Implements ITE operation.]
Description []
SideEffects []
SeeAlso []
Definition at line 317 of file aigOper.c.
void Aig_MuxTest | ( | ) |
Function*************************************************************
Synopsis [Implements ITE operation.]
Description []
SideEffects []
SeeAlso []
Definition at line 537 of file aigOper.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [aigOper.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG package.]
Synopsis [AIG operations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]
Definition at line 31 of file aigOper.c.
Aig_Obj_t* Aig_Oper | ( | Aig_Man_t * | p, |
Aig_Obj_t * | p0, | ||
Aig_Obj_t * | p1, | ||
Aig_Type_t | Type | ||
) |
Function*************************************************************
Synopsis [Implements Boolean OR.]
Description []
SideEffects []
SeeAlso []
Function*************************************************************
Synopsis [Implements ITE operation.]
Description []
SideEffects []
SeeAlso []
Definition at line 275 of file aigOper.c.