abc-master
|
#include "cnf.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Cnf_CutAssignAreaFlow (Cnf_Man_t *p, Dar_Cut_t *pCut, int *pAreaFlows) |
DECLARATIONS ///. More... | |
int | Cnf_CutSuperAreaFlow (Vec_Ptr_t *vSuper, int *pAreaFlows) |
void | Cnf_DeriveMapping (Cnf_Man_t *p) |
ABC_NAMESPACE_IMPL_START void Cnf_CutAssignAreaFlow | ( | Cnf_Man_t * | p, |
Dar_Cut_t * | pCut, | ||
int * | pAreaFlows | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [cnfMap.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [AIG-to-CNF conversion.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Computes area flow of the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file cnfMap.c.
int Cnf_CutSuperAreaFlow | ( | Vec_Ptr_t * | vSuper, |
int * | pAreaFlows | ||
) |
Function*************************************************************
Synopsis [Computes area flow of the supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file cnfMap.c.
void Cnf_DeriveMapping | ( | Cnf_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 100 of file cnfMap.c.