|
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.
Functions | |
| ABC_NAMESPACE_IMPL_START Aig_Obj_t * | createConstrained0LiveCone (Aig_Man_t *pNewAig, Vec_Ptr_t *signalList) |
| Vec_Ptr_t * | collectCSSignals (Abc_Ntk_t *pNtk, Aig_Man_t *pAig) |
| Aig_Man_t * | createNewAigWith0LivePo (Aig_Man_t *pAig, Vec_Ptr_t *signalList, int *index0Live) |
| Vec_Ptr_t * | checkMonotoneSignal () |
| Vec_Ptr_t * | gatherMonotoneSignals (Aig_Man_t *pAig) |
| Aig_Man_t * | generateWorkingAig (Aig_Man_t *pAig, Abc_Ntk_t *pNtk, int *pIndex0Live) |
| Vec_Ptr_t* checkMonotoneSignal | ( | ) |
Definition at line 144 of file kLiveConstraints.c.
Definition at line 55 of file kLiveConstraints.c.
| ABC_NAMESPACE_IMPL_START Aig_Obj_t* createConstrained0LiveCone | ( | Aig_Man_t * | pNewAig, |
| Vec_Ptr_t * | signalList | ||
| ) |
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 [
]
Definition at line 32 of file kLiveConstraints.c.
Definition at line 75 of file kLiveConstraints.c.
Definition at line 149 of file kLiveConstraints.c.
Definition at line 163 of file kLiveConstraints.c.