#include "ioAbc.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Io_WritePlaOne (FILE *pFile, Abc_Ntk_t *pNtk) |
| DECLARATIONS ///. | |
| int | Io_WritePla (Abc_Ntk_t *pNtk, char *pFileName) |
| int | Io_WriteMoPla (Abc_Ntk_t *pNtk, char *pFileName) |
| int | Io_WriteMoPlaM (Abc_Ntk_t *pNtk, char *pFileName, int nMints) |
| int Io_WriteMoPla | ( | Abc_Ntk_t * | pNtk, |
| char * | pFileName ) |
Definition at line 576 of file ioWritePla.c.

| int Io_WriteMoPlaM | ( | Abc_Ntk_t * | pNtk, |
| char * | pFileName, | ||
| int | nMints ) |
Definition at line 577 of file ioWritePla.c.
| int Io_WritePla | ( | Abc_Ntk_t * | pNtk, |
| char * | pFileName ) |
Function*************************************************************
Synopsis [Writes the network in PLA format.]
Description []
SideEffects []
SeeAlso []
Definition at line 171 of file ioWritePla.c.


| ABC_NAMESPACE_IMPL_START int Io_WritePlaOne | ( | FILE * | pFile, |
| Abc_Ntk_t * | pNtk ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioWritePla.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to write the network in BENCH format.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Writes the network in PLA format.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file ioWritePla.c.

