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

Go to the source code of this file.

Functions

void Map_Init (Abc_Frame_t *pAbc)
 FUNCTION DEFINITIONS ///.
 
void Map_End (Abc_Frame_t *pAbc)
 

Function Documentation

◆ Map_End()

void Map_End ( Abc_Frame_t * pAbc)

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

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 64 of file mapper.c.

65{
66// Map_SuperLibFree( s_pSuperLib );
68}
ABC_DLL void * Abc_FrameReadLibSuper()
Definition mainFrame.c:61
struct Map_SuperLibStruct_t_ Map_SuperLib_t
Definition mapper.h:46
void Map_SuperLibFree(Map_SuperLib_t *p)
Definition mapperLib.c:170
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Map_Init()

void Map_Init ( Abc_Frame_t * pAbc)

FUNCTION DEFINITIONS ///.

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

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 48 of file mapper.c.

49{
50 Cmd_CommandAdd( pAbc, "SC mapping", "read_super", Map_CommandReadLibrary, 0 );
51}
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: