#include "wlc.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Wlc_NtkCollectBoxes (Wlc_Ntk_t *p, Vec_Int_t *vBoxIds) |
| DECLARATIONS ///. | |
| Vec_Int_t * | Wlc_NtkCollectAddMult (Wlc_Ntk_t *p, Wlc_BstPar_t *pPar, int *pCountA, int *pCountM) |
| int | Wlc_NtkPairIsUifable (Wlc_Ntk_t *p, Wlc_Obj_t *pObj, Wlc_Obj_t *pObj2) |
| Vec_Int_t * | Wlc_NtkCollectMultipliers (Wlc_Ntk_t *p) |
| Vec_Int_t * | Wlc_NtkFindUifableMultiplierPairs (Wlc_Ntk_t *p) |
| Wlc_Ntk_t * | Wlc_NtkAbstractNodes (Wlc_Ntk_t *p, Vec_Int_t *vNodesInit) |
| Wlc_Ntk_t * | Wlc_NtkUifNodePairs (Wlc_Ntk_t *p, Vec_Int_t *vPairsInit) |
Function*************************************************************
Synopsis [Abstracts nodes by replacing their outputs with new PIs.]
Description [If array is NULL, abstract all multipliers.]
SideEffects []
SeeAlso []
Definition at line 182 of file wlcUif.c.

| Vec_Int_t * Wlc_NtkCollectAddMult | ( | Wlc_Ntk_t * | p, |
| Wlc_BstPar_t * | pPar, | ||
| int * | pCountA, | ||
| int * | pCountM ) |
Definition at line 54 of file wlcUif.c.

| ABC_NAMESPACE_IMPL_START void Wlc_NtkCollectBoxes | ( | Wlc_Ntk_t * | p, |
| Vec_Int_t * | vBoxIds ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [wlcUif.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Verilog parser.]
Synopsis [Abstraction for word-level networks.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - August 22, 2014.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Collect adds and mults.]
Description []
SideEffects []
SeeAlso []
Definition at line 44 of file wlcUif.c.


Function*************************************************************
Synopsis [Collect IDs of the multipliers.]
Description []
SideEffects []
SeeAlso []
Definition at line 121 of file wlcUif.c.

Function*************************************************************
Synopsis [Returns all pairs of uifable multipliers.]
Description []
SideEffects []
SeeAlso []
Definition at line 145 of file wlcUif.c.


Function*************************************************************
Synopsis [Check if two objects have the same input/output signatures.]
Description []
SideEffects []
SeeAlso []
Definition at line 89 of file wlcUif.c.

Function*************************************************************
Synopsis [Adds UIF constraints to node pairs and updates POs.]
Description []
SideEffects []
SeeAlso []
Definition at line 236 of file wlcUif.c.
