abc-master
|
#include "ioAbc.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START char * | Io_ReadDsdFindEnd (char *pCur) |
DECLARATIONS ///. More... | |
int | Io_ReadDsdStrSplit (char *pCur, char *pParts[], int *pTypeXor) |
Abc_Obj_t * | Io_ReadDsd_rec (Abc_Ntk_t *pNtk, char *pCur, char *pSop) |
Abc_Ntk_t * | Io_ReadDsd (char *pForm) |
Abc_Ntk_t* Io_ReadDsd | ( | char * | pForm | ) |
Function*************************************************************
Synopsis [Derives the DSD network of the formula.]
Description []
SideEffects []
SeeAlso []
Definition at line 232 of file ioReadDsd.c.
Function*************************************************************
Synopsis [Recursively parses the formula.]
Description []
SideEffects []
SeeAlso []
Definition at line 144 of file ioReadDsd.c.
ABC_NAMESPACE_IMPL_START char* Io_ReadDsdFindEnd | ( | char * | pCur | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioReadDsd.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedure to read network from file.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Finds the end of the part.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file ioReadDsd.c.
int Io_ReadDsdStrSplit | ( | char * | pCur, |
char * | pParts[], | ||
int * | pTypeXor | ||
) |
Function*************************************************************
Synopsis [Splits the formula into parts.]
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file ioReadDsd.c.