abc-master
|
#include "cutInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Cut_NodeShiftCutLeaves (Cut_Cut_t *pList, int nLat) |
DECLARATIONS ///. More... | |
void | Cut_NodeComputeCutsSeq (Cut_Man_t *p, int Node, int Node0, int Node1, int fCompl0, int fCompl1, int nLat0, int nLat1, int fTriv, int CutSetNum) |
void | Cut_NodeNewMergeWithOld (Cut_Man_t *p, int Node) |
int | Cut_NodeTempTransferToNew (Cut_Man_t *p, int Node, int CutSetNum) |
void | Cut_NodeOldTransferToNew (Cut_Man_t *p, int Node) |
void Cut_NodeComputeCutsSeq | ( | Cut_Man_t * | p, |
int | Node, | ||
int | Node0, | ||
int | Node1, | ||
int | fCompl0, | ||
int | fCompl1, | ||
int | nLat0, | ||
int | nLat1, | ||
int | fTriv, | ||
int | CutSetNum | ||
) |
Function*************************************************************
Synopsis [Computes sequential cuts for the node from its fanins.]
Description []
SideEffects []
SeeAlso []
Definition at line 72 of file cutSeq.c.
void Cut_NodeNewMergeWithOld | ( | Cut_Man_t * | p, |
int | Node | ||
) |
Function*************************************************************
Synopsis [Merges the new cuts with the old cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 165 of file cutSeq.c.
void Cut_NodeOldTransferToNew | ( | Cut_Man_t * | p, |
int | Node | ||
) |
Function*************************************************************
Synopsis [Transfers the old cuts to be the new cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 217 of file cutSeq.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [cutSeq.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [K-feasible cut computation package.]
Synopsis [Sequential cut computation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Shifts all cut leaves of the node by the given number of latches.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file cutSeq.c.
int Cut_NodeTempTransferToNew | ( | Cut_Man_t * | p, |
int | Node, | ||
int | CutSetNum | ||
) |
Function*************************************************************
Synopsis [Transfers the temporary cuts to be the new cuts.]
Description [Returns 1 if something was transferred.]
SideEffects []
SeeAlso []
Definition at line 197 of file cutSeq.c.