abc-master
|
#include "mfsInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Mfs_Man_t * | Mfs_ManAlloc (Mfs_Par_t *pPars) |
DECLARATIONS ///. More... | |
void | Mfs_ManClean (Mfs_Man_t *p) |
void | Mfs_ManPrint (Mfs_Man_t *p) |
void | Mfs_ManStop (Mfs_Man_t *p) |
ABC_NAMESPACE_IMPL_START Mfs_Man_t* Mfs_ManAlloc | ( | Mfs_Par_t * | pPars | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mfsMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [The good old minimization with complete don't-cares.]
Synopsis [Procedures working with the manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file mfsMan.c.
void Mfs_ManClean | ( | Mfs_Man_t * | p | ) |
void Mfs_ManPrint | ( | Mfs_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 111 of file mfsMan.c.
void Mfs_ManStop | ( | Mfs_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 170 of file mfsMan.c.