abc-master
|
#include <stdio.h>
#include "base/main/main.h"
#include "aig/aig/aig.h"
#include "aig/saig/saig.h"
#include <string.h>
#include "base/main/mainInt.h"
#include "proof/pdr/pdr.h"
Go to the source code of this file.
Data Structures | |
struct | aigPoIndices |
struct | monotoneVectorsStruct |
ABC_NAMESPACE_IMPL_START Aig_Man_t* Abc_NtkToDar | ( | Abc_Ntk_t * | pNtk, |
int | fExors, | ||
int | fRegisters | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [kLiveConstraints.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Liveness property checking.]
Synopsis [Constraint analysis module for the k-Liveness algorithm invented by Koen Classen, Niklas Sorensson.]
Author [Sayak Ray]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - October 31, 2012.]
Revision [
]
Function*************************************************************
Synopsis [Converts the network from the AIG manager into ABC.]
Description [Assumes that registers are ordered after PIs/POs.]
SideEffects []
SeeAlso []
Definition at line 233 of file abcDar.c.
struct aigPoIndices* allocAigPoIndices | ( | ) |
Definition at line 43 of file monotone.c.
struct monotoneVectorsStruct* allocPointersToMonotoneVectors | ( | ) |
Definition at line 70 of file monotone.c.
int checkSanityOfKnownMonotone | ( | Vec_Int_t * | vKnownMonotone, |
Vec_Int_t * | vCandMonotone, | ||
Vec_Int_t * | vHintMonotone | ||
) |
Definition at line 129 of file monotone.c.
Aig_Man_t* createMonotoneTester | ( | Aig_Man_t * | pAig, |
struct aigPoIndices * | aigPoIndicesArg, | ||
struct monotoneVectorsStruct * | monotoneVectorArg, | ||
int * | startMonotonePropPo | ||
) |
Definition at line 145 of file monotone.c.
void deallocAigPoIndices | ( | struct aigPoIndices * | toBeDeletedAigPoIndices | ) |
Definition at line 57 of file monotone.c.
void deallocPointersToMonotoneVectors | ( | struct monotoneVectorsStruct * | toBeDeleted | ) |
Definition at line 84 of file monotone.c.
Definition at line 90 of file monotone.c.
Definition at line 413 of file monotone.c.
Vec_Int_t* findNewMonotone | ( | Aig_Man_t * | pAig, |
struct aigPoIndices * | aigPoIndicesArg, | ||
struct monotoneVectorsStruct * | monotoneVectorArg | ||
) |
Definition at line 348 of file monotone.c.
int findPendingSignal | ( | Abc_Ntk_t * | pNtk | ) |
Definition at line 112 of file monotone.c.
Vec_Int_t* findRemainingMonotoneCandidates | ( | Vec_Int_t * | vKnownMonotone, |
Vec_Int_t * | vHintMonotone | ||
) |
Definition at line 396 of file monotone.c.