abc-master
|
#include "ioa.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START unsigned | Ioa_ReadAigerDecode (char **ppPos) |
DECLARATIONS ///. More... | |
Vec_Int_t * | Ioa_WriteDecodeLiterals (char **ppPos, int nEntries) |
Aig_Man_t * | Ioa_ReadAigerFromMemory (char *pContents, int nFileSize, int fCheck) |
INCLUDES ///. More... | |
Aig_Man_t * | Ioa_ReadAiger (char *pFileName, int fCheck) |
Aig_Man_t* Ioa_ReadAiger | ( | char * | pFileName, |
int | fCheck | ||
) |
Function*************************************************************
Synopsis [Reads the AIG in the binary AIGER format.]
Description []
SideEffects []
SeeAlso []
Definition at line 431 of file ioaReadAig.c.
ABC_NAMESPACE_IMPL_START unsigned Ioa_ReadAigerDecode | ( | char ** | ppPos | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [ioaReadAiger.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to read binary AIGER format developed by Armin Biere, Johannes Kepler University (http://fmv.jku.at/)]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - December 16, 2006.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Extracts one unsigned AIG edge from the input buffer.]
Description [This procedure is a slightly modified version of Armin Biere's procedure "unsigned decode (FILE * file)". ]
SideEffects [Updates the current reading position.]
SeeAlso []
Definition at line 47 of file ioaReadAig.c.
Aig_Man_t* Ioa_ReadAigerFromMemory | ( | char * | pContents, |
int | nFileSize, | ||
int | fCheck | ||
) |
INCLUDES ///.
Function*************************************************************
Synopsis [Reads the AIG in from the memory buffer.]
Description [The buffer constains the AIG in AIGER format. The size gives the number of bytes in the buffer. The buffer is allocated by the user and not deallocated by this procedure.]
SideEffects []
SeeAlso []
Definition at line 105 of file ioaReadAig.c.
Vec_Int_t* Ioa_WriteDecodeLiterals | ( | char ** | ppPos, |
int | nEntries | ||
) |
Function*************************************************************
Synopsis [Decodes the encoded array of literals.]
Description []
SideEffects []
SeeAlso []
Definition at line 70 of file ioaReadAig.c.