abc-master
|
#include "ivy.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Ivy_ManCheck (Ivy_Man_t *p) |
DECLARATIONS ///. More... | |
int | Ivy_ManCheckFanoutNums (Ivy_Man_t *p) |
int | Ivy_ManCheckFanouts (Ivy_Man_t *p) |
int | Ivy_ManCheckChoices (Ivy_Man_t *p) |
ABC_NAMESPACE_IMPL_START int Ivy_ManCheck | ( | Ivy_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ivyCheck.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [And-Inverter Graph package.]
Synopsis [AIG checking procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - May 11, 2006.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Checks the consistency of the AIG manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file ivyCheck.c.
int Ivy_ManCheckChoices | ( | Ivy_Man_t * | p | ) |
Function*************************************************************
Synopsis [Checks that each choice node has exactly one node with fanouts.]
Description []
SideEffects []
SeeAlso []
Definition at line 255 of file ivyCheck.c.
int Ivy_ManCheckFanoutNums | ( | Ivy_Man_t * | p | ) |
Function*************************************************************
Synopsis [Verifies the fanouts.]
Description []
SideEffects []
SeeAlso []
Definition at line 148 of file ivyCheck.c.
int Ivy_ManCheckFanouts | ( | Ivy_Man_t * | p | ) |
Function*************************************************************
Synopsis [Verifies the fanouts.]
Description []
SideEffects []
SeeAlso []
Definition at line 171 of file ivyCheck.c.