abc-master
|
#include "saig.h"
Go to the source code of this file.
Function*************************************************************
Synopsis [Collects the nodes that are not linked to each other.]
Description []
SideEffects []
SeeAlso []
Definition at line 552 of file saigWnd.c.
Function*************************************************************
Synopsis [Collects primary inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 150 of file saigWnd.c.
Function*************************************************************
Synopsis [Collects primary outputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 195 of file saigWnd.c.
void Saig_ManWindowCreatePis | ( | Aig_Man_t * | pNew, |
Aig_Man_t * | p0, | ||
Aig_Man_t * | p1, | ||
Vec_Ptr_t * | vNodes0 | ||
) |
Function*************************************************************
Synopsis [Creates PIs of the miter.]
Description []
SideEffects []
SeeAlso []
Definition at line 591 of file saigWnd.c.
Function*************************************************************
Synopsis [Computes sequential window of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 465 of file saigWnd.c.
Function*************************************************************
Synopsis [Extracts the window AIG from the AIG manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 716 of file saigWnd.c.
Function*************************************************************
Synopsis [Extracts the window AIG from the AIG manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 226 of file saigWnd.c.
Function*************************************************************
Synopsis [Computes sequential window of the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 488 of file saigWnd.c.
void Saig_ManWindowInsertBig_rec | ( | Aig_Man_t * | pNew, |
Aig_Obj_t * | pObjBig, | ||
Vec_Ptr_t * | vBigNode2SmallPo, | ||
Vec_Ptr_t * | vSmallPi2BigNode | ||
) |
Function*************************************************************
Synopsis [Adds nodes for the big manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 292 of file saigWnd.c.
Function*************************************************************
Synopsis [Extracts the network from the AIG manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 350 of file saigWnd.c.
|
static |
Function*************************************************************
Synopsis [Adds nodes for the small manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 321 of file saigWnd.c.
Function*************************************************************
Synopsis [Returns the array of PI/internal nodes.]
Description [Marks all the visited nodes with the current ID.]
SideEffects []
SeeAlso []
Definition at line 100 of file saigWnd.c.
ABC_NAMESPACE_IMPL_START void Saig_ManWindowOutline_rec | ( | Aig_Man_t * | p, |
Aig_Obj_t * | pObj, | ||
int | nDist, | ||
Vec_Ptr_t * | vNodes, | ||
int * | pDists | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [saigWnd.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Sequential AIG package.]
Synopsis [Sequential windowing.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Returns the array of PI/internal nodes.]
Description [Marks all the visited nodes with the current ID. Does not collect constant node and PO/LI nodes.]
SideEffects []
SeeAlso []
Definition at line 46 of file saigWnd.c.
Function*************************************************************
Synopsis [Tests the above computation.]
Description []
SideEffects []
SeeAlso []
Definition at line 528 of file saigWnd.c.
Function*************************************************************
Synopsis [Returns 1 if the node has unlabeled fanout.]
Description []
SideEffects []
SeeAlso []