
Go to the source code of this file.
Macros | |
| #define | ABC_USE_HISTORY 1 |
| DECLARATIONS ///. | |
Functions | |
| void | Cmd_HistoryAddCommand (Abc_Frame_t *p, const char *command) |
| FUNCTION DEFINITIONS ///. | |
| void | Cmd_HistoryRead (Abc_Frame_t *p) |
| void | Cmd_HistoryWrite (Abc_Frame_t *p, int Limit) |
| void | Cmd_HistoryPrint (Abc_Frame_t *p, int Limit) |
| #define ABC_USE_HISTORY 1 |
DECLARATIONS ///.
CFile****************************************************************
FileName [cmdHist.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Command processing package.]
Synopsis [Procedures working with history.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
| void Cmd_HistoryAddCommand | ( | Abc_Frame_t * | p, |
| const char * | command ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 50 of file cmdHist.c.


| void Cmd_HistoryPrint | ( | Abc_Frame_t * | p, |
| int | Limit ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 164 of file cmdHist.c.

| void Cmd_HistoryRead | ( | Abc_Frame_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 103 of file cmdHist.c.


| void Cmd_HistoryWrite | ( | Abc_Frame_t * | p, |
| int | Limit ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 134 of file cmdHist.c.
