ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
cbaCom.c File Reference
#include "cba.h"
#include "proof/cec/cec.h"
#include "base/main/mainInt.h"
Include dependency graph for cbaCom.c:

Go to the source code of this file.

Functions

void Cba_Init (Abc_Frame_t *pAbc)
 FUNCTION DEFINITIONS ///.
 
void Cba_End (Abc_Frame_t *pAbc)
 

Function Documentation

◆ Cba_End()

void Cba_End ( Abc_Frame_t * pAbc)

Function********************************************************************

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 84 of file cbaCom.c.

85{
86 Cba_AbcFreeMan( pAbc );
87}
Here is the caller graph for this function:

◆ Cba_Init()

void Cba_Init ( Abc_Frame_t * pAbc)

FUNCTION DEFINITIONS ///.

Function********************************************************************

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 60 of file cbaCom.c.

61{
62 Cmd_CommandAdd( pAbc, "New word level", ":read", Cba_CommandRead, 0 );
63 Cmd_CommandAdd( pAbc, "New word level", ":write", Cba_CommandWrite, 0 );
64 Cmd_CommandAdd( pAbc, "New word level", ":ps", Cba_CommandPs, 0 );
65 Cmd_CommandAdd( pAbc, "New word level", ":put", Cba_CommandPut, 0 );
66 Cmd_CommandAdd( pAbc, "New word level", ":get", Cba_CommandGet, 0 );
67 Cmd_CommandAdd( pAbc, "New word level", ":clp", Cba_CommandClp, 0 );
68 Cmd_CommandAdd( pAbc, "New word level", ":blast", Cba_CommandBlast, 0 );
69 Cmd_CommandAdd( pAbc, "New word level", ":cec", Cba_CommandCec, 0 );
70 Cmd_CommandAdd( pAbc, "New word level", ":test", Cba_CommandTest, 0 );
71}
void Cmd_CommandAdd(Abc_Frame_t *pAbc, const char *sGroup, const char *sName, Cmd_CommandFuncType pFunc, int fChanges)
Definition cmdApi.c:63
Here is the call graph for this function:
Here is the caller graph for this function: