abc-master
|
#include "if.h"
Go to the source code of this file.
int If_CutCheck | ( | If_Cut_t * | pCut | ) |
int If_CutCountTotalFanins | ( | If_Man_t * | p | ) |
Function*************************************************************
Synopsis [Computes the cone of the cut in AIG with choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 1445 of file ifCut.c.
Function*************************************************************
Synopsis [Returns 1 if the cut is contained.]
Description []
SideEffects []
SeeAlso []
Definition at line 146 of file ifCut.c.
Function*************************************************************
Synopsis [Computes the cone of the cut in AIG with choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 1423 of file ifCut.c.
Function*************************************************************
Synopsis [Computes the cone of the cut in AIG with choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 1356 of file ifCut.c.
int If_CutGetCones | ( | If_Man_t * | p | ) |
Function*************************************************************
Synopsis [Computes the cone of the cut in AIG with choices.]
Description []
SideEffects []
SeeAlso []
Definition at line 1393 of file ifCut.c.
void If_CutLift | ( | If_Cut_t * | pCut | ) |
void If_CutOrder | ( | If_Cut_t * | pCut | ) |
Function*************************************************************
Synopsis [Computes area of the first level.]
Description [The cut need to be derefed.]
SideEffects []
SeeAlso []
Definition at line 1234 of file ifCut.c.
Function*************************************************************
Synopsis [Computes Power of the first level.]
Description [The cut need to be derefed.]
SideEffects []
SeeAlso []
Definition at line 1290 of file ifCut.c.
Function*************************************************************
Synopsis [Computes area of the first level.]
Description [The cut need to be derefed.]
SideEffects []
SeeAlso []
Definition at line 1262 of file ifCut.c.
Function*************************************************************
Synopsis [Computes area of the first level.]
Description [The cut need to be derefed.]
SideEffects []
SeeAlso []
Definition at line 1313 of file ifCut.c.
void If_CutPrint | ( | If_Cut_t * | pCut | ) |
Function*************************************************************
Synopsis [Performs incremental sorting of cuts.]
Description [Currently only the trivial sorting is implemented.]
SideEffects []
SeeAlso []
Definition at line 738 of file ifCut.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [ifCut.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [FPGA mapping based on priority cuts.]
Synopsis [Cut computation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 21, 2006.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Check correctness of cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file ifCut.c.
int If_CutVerifyCuts | ( | If_Set_t * | pCutSet, |
int | fOrdered | ||
) |
Definition at line 62 of file ifCut.c.