
Go to the source code of this file.
Macros | |
| #define | NODES 0 |
| #define | PL 1 |
| #define | coreHeight 1 |
| #define | termWidth 1 |
| #define | termHeight 1 |
Functions | |
| void | Io_WriteBookLogic (Abc_Ntk_t *pNtk, char *FileName) |
| FUNCTION DEFINITIONS ///. | |
| void | Io_WriteBook (Abc_Ntk_t *pNtk, char *FileName) |
| #define coreHeight 1 |
Definition at line 31 of file ioWriteBook.c.
| #define NODES 0 |
CFile****************************************************************
FileName [ioWriteBook.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures to write Bookshelf files.]
Author [Myungchul Kim]
Affiliation [U of Michigan]
Date [Ver. 1.0. Started - October 25, 2008.]
Revision [
]
Definition at line 29 of file ioWriteBook.c.
| #define PL 1 |
Definition at line 30 of file ioWriteBook.c.
| #define termHeight 1 |
Definition at line 33 of file ioWriteBook.c.
| #define termWidth 1 |
Definition at line 32 of file ioWriteBook.c.
| void Io_WriteBook | ( | Abc_Ntk_t * | pNtk, |
| char * | FileName ) |
Function*************************************************************
Synopsis [Write the network into a BOOK file with the given name.]
Description []
SideEffects []
SeeAlso []
Definition at line 100 of file ioWriteBook.c.


| void Io_WriteBookLogic | ( | Abc_Ntk_t * | pNtk, |
| char * | FileName ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Write the network into a Bookshelf file with the given name.]
Description []
SideEffects []
SeeAlso []
Definition at line 75 of file ioWriteBook.c.
