#include "aig.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Aig_ManCheck (Aig_Man_t *p) |
| DECLARATIONS ///. | |
| void | Aig_ManCheckMarkA (Aig_Man_t *p) |
| void | Aig_ManCheckPhase (Aig_Man_t *p) |
| ABC_NAMESPACE_IMPL_START int Aig_ManCheck | ( | Aig_Man_t * | p | ) |
DECLARATIONS ///.
FUNCTION DECLARATIONS ///.
CFile****************************************************************
FileName [aigCheck.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG package.]
Synopsis [AIG checking procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Checks the consistency of the AIG manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file aigCheck.c.


| void Aig_ManCheckMarkA | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Checks if the markA is reset.]
Description []
SideEffects []
SeeAlso []
Definition at line 132 of file aigCheck.c.
| void Aig_ManCheckPhase | ( | Aig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Checks the consistency of phase assignment.]
Description []
SideEffects []
SeeAlso []
Definition at line 151 of file aigCheck.c.
