#include "bac.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | BacManReadBacLine (Vec_Str_t *vOut, int *pPos, char *pBuffer, char *pLimit) |
| DECLARATIONS ///. | |
| int | BacManReadBacNameAndNums (char *pBuffer, int *Num1, int *Num2, int *Num3, int *Num4) |
| void | Bac_ManReadBacVecStr (Vec_Str_t *vOut, int *pPos, Vec_Str_t *p, int nSize) |
| void | Bac_ManReadBacVecInt (Vec_Str_t *vOut, int *pPos, Vec_Int_t *p, int nSize) |
| void | Bac_ManReadBacNtk (Vec_Str_t *vOut, int *pPos, Bac_Ntk_t *pNtk) |
| Bac_Man_t * | Bac_ManReadBacInt (Vec_Str_t *vOut) |
| Bac_Man_t * | Bac_ManReadBac (char *pFileName) |
| void | Bac_ManWriteBacNtk (Vec_Str_t *vOut, Bac_Ntk_t *pNtk) |
| void | Bac_ManWriteBacInt (Vec_Str_t *vOut, Bac_Man_t *p) |
| void | Bac_ManWriteBac (char *pFileName, Bac_Man_t *p) |
| Bac_Man_t * Bac_ManReadBac | ( | char * | pFileName | ) |
Definition at line 181 of file bacBac.c.

Definition at line 142 of file bacBac.c.


Definition at line 102 of file bacBac.c.


| void Bac_ManWriteBac | ( | char * | pFileName, |
| Bac_Man_t * | p ) |
Definition at line 272 of file bacBac.c.

Definition at line 254 of file bacBac.c.


Function*************************************************************
Synopsis [Write CBA.]
Description []
SideEffects []
SeeAlso []
Definition at line 226 of file bacBac.c.

| ABC_NAMESPACE_IMPL_START int BacManReadBacLine | ( | Vec_Str_t * | vOut, |
| int * | pPos, | ||
| char * | pBuffer, | ||
| char * | pLimit ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [bacBac.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Hierarchical word-level netlist.]
Synopsis [Verilog parser.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 29, 2014.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Read CBA.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file bacBac.c.

| int BacManReadBacNameAndNums | ( | char * | pBuffer, |
| int * | Num1, | ||
| int * | Num2, | ||
| int * | Num3, | ||
| int * | Num4 ) |
Definition at line 53 of file bacBac.c.
