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

Go to the source code of this file.

Functions

void Super_Init (Abc_Frame_t *pAbc)
 FUNCTION DEFINITIONS ///.
 
void Super_End (Abc_Frame_t *pAbc)
 

Function Documentation

◆ Super_End()

void Super_End ( Abc_Frame_t * pAbc)

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

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 65 of file super.c.

66{
67}
Here is the caller graph for this function:

◆ Super_Init()

void Super_Init ( Abc_Frame_t * pAbc)

FUNCTION DEFINITIONS ///.

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

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 48 of file super.c.

49{
50 Cmd_CommandAdd( pAbc, "SC mapping", "super", Super_CommandSupergates, 0 );
51 Cmd_CommandAdd( pAbc, "SC mapping", "super2", Super_CommandSupergatesAnd, 0 );
52}
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: