abc-master
|
#include "rwr.h"
Go to the source code of this file.
Functions | |
void | Rwr_ManWriteToArray (Rwr_Man_t *p) |
FUNCTION DEFINITIONS ///. More... | |
void | Rwr_ManLoadFromArray (Rwr_Man_t *p, int fVerbose) |
void | Rwr_ManWriteToFile (Rwr_Man_t *p, char *pFileName) |
void | Rwr_ManLoadFromFile (Rwr_Man_t *p, char *pFileName) |
void | Rwr_ListAddToTail (Rwr_Node_t **ppList, Rwr_Node_t *pNode) |
char * | Rwr_ManGetPractical (Rwr_Man_t *p) |
Variables | |
static ABC_NAMESPACE_IMPL_START unsigned short | s_RwrPracticalClasses [] |
DECLARATIONS ///. More... | |
static unsigned short | s_RwtAigSubgraphs [] |
void Rwr_ListAddToTail | ( | Rwr_Node_t ** | ppList, |
Rwr_Node_t * | pNode | ||
) |
char* Rwr_ManGetPractical | ( | Rwr_Man_t * | p | ) |
Function*************************************************************
Synopsis [Create practical classes.]
Description []
SideEffects []
SeeAlso []
Definition at line 640 of file rwrUtil.c.
void Rwr_ManLoadFromArray | ( | Rwr_Man_t * | p, |
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Loads data.]
Description []
SideEffects []
SeeAlso []
Definition at line 472 of file rwrUtil.c.
void Rwr_ManLoadFromFile | ( | Rwr_Man_t * | p, |
char * | pFileName | ||
) |
Function*************************************************************
Synopsis [Loads data.]
Description []
SideEffects []
SeeAlso []
Definition at line 562 of file rwrUtil.c.
void Rwr_ManWriteToArray | ( | Rwr_Man_t * | p | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Writes data.]
Description []
SideEffects []
SeeAlso []
Definition at line 426 of file rwrUtil.c.
void Rwr_ManWriteToFile | ( | Rwr_Man_t * | p, |
char * | pFileName | ||
) |
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [rwrUtil.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [DAG-aware AIG rewriting package.]
Synopsis [Various utilities.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]