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

Go to the source code of this file.

Functions

void Pla_Init (Abc_Frame_t *pAbc)
 FUNCTION DEFINITIONS ///.
 
void Pla_End (Abc_Frame_t *pAbc)
 
void Pla_SetMan (Abc_Frame_t *pAbc, Pla_Man_t *p)
 

Function Documentation

◆ Pla_End()

void Pla_End ( Abc_Frame_t * pAbc)

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

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 78 of file plaCom.c.

79{
80 Pla_AbcFreeMan( pAbc );
81}
Here is the caller graph for this function:

◆ Pla_Init()

void Pla_Init ( Abc_Frame_t * pAbc)

FUNCTION DEFINITIONS ///.

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

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 57 of file plaCom.c.

58{
59 Cmd_CommandAdd( pAbc, "Two-level", "|read", Abc_CommandReadPla, 0 );
60 Cmd_CommandAdd( pAbc, "Two-level", "|write", Abc_CommandWritePla, 0 );
61 Cmd_CommandAdd( pAbc, "Two-level", "|ps", Abc_CommandPs, 0 );
62 Cmd_CommandAdd( pAbc, "Two-level", "|gen", Abc_CommandGen, 0 );
63 Cmd_CommandAdd( pAbc, "Two-level", "|merge", Abc_CommandMerge, 0 );
64 Cmd_CommandAdd( pAbc, "Two-level", "|test", Abc_CommandTest, 0 );
65}
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:

◆ Pla_SetMan()

void Pla_SetMan ( Abc_Frame_t * pAbc,
Pla_Man_t * p )

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

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 94 of file plaCom.c.

95{
96 Pla_AbcUpdateMan( pAbc, p );
97}
Cube * p
Definition exorList.c:222