#include "pla.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START char * | Pla_ReadFile (char *pFileName, char **ppLimit) |
| DECLARATIONS ///. | |
| void | Pla_ReadPlaRemoveComments (char *pBuffer, char *pLimit) |
| int | Pla_ReadPlaHeader (char *pBuffer, char *pLimit, int *pnIns, int *pnOuts, int *pnCubes, int *pType) |
| Vec_Str_t * | Pla_ReadPlaBody (char *pBuffer, char *pLimit, Pla_File_t Type) |
| void | Pla_ReadAddBody (Pla_Man_t *p, Vec_Str_t *vLits) |
| Pla_Man_t * | Pla_ReadPla (char *pFileName) |
Definition at line 157 of file plaRead.c.

| ABC_NAMESPACE_IMPL_START char * Pla_ReadFile | ( | char * | pFileName, |
| char ** | ppLimit ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [plaRead.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SOP manager.]
Synopsis [Scalable SOP transformations.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - March 18, 2015.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 44 of file plaRead.c.


| Pla_Man_t * Pla_ReadPla | ( | char * | pFileName | ) |
Definition at line 186 of file plaRead.c.

| Vec_Str_t * Pla_ReadPlaBody | ( | char * | pBuffer, |
| char * | pLimit, | ||
| Pla_File_t | Type ) |
Definition at line 128 of file plaRead.c.

| int Pla_ReadPlaHeader | ( | char * | pBuffer, |
| char * | pLimit, | ||
| int * | pnIns, | ||
| int * | pnOuts, | ||
| int * | pnCubes, | ||
| int * | pType ) |
Definition at line 90 of file plaRead.c.


| void Pla_ReadPlaRemoveComments | ( | char * | pBuffer, |
| char * | pLimit ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 82 of file plaRead.c.
