abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Cmd_HistoryAddCommand (Abc_Frame_t *p, const char *command) |
DECLARATIONS ///. More... | |
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) |
ABC_NAMESPACE_IMPL_START void Cmd_HistoryAddCommand | ( | Abc_Frame_t * | p, |
const char * | command | ||
) |
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 [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file cmdHist.c.
void Cmd_HistoryPrint | ( | Abc_Frame_t * | p, |
int | Limit | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 161 of file cmdHist.c.
void Cmd_HistoryRead | ( | Abc_Frame_t * | p | ) |
void Cmd_HistoryWrite | ( | Abc_Frame_t * | p, |
int | Limit | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 131 of file cmdHist.c.