Go to the source code of this file.
◆ Wln_End()
Function********************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 77 of file wlnCom.c.
78{
79 Wln_AbcUpdateRtl( pAbc, NULL );
80}
◆ Wln_Init()
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 56 of file wlnCom.c.
57{
58 Cmd_CommandAdd( pAbc,
"Word level",
"%yosys", Abc_CommandYosys, 0 );
59 Cmd_CommandAdd( pAbc,
"Word level",
"%graft", Abc_CommandGraft, 0 );
60 Cmd_CommandAdd( pAbc,
"Word level",
"%hierarchy", Abc_CommandHierarchy, 0 );
61 Cmd_CommandAdd( pAbc,
"Word level",
"%collapse", Abc_CommandCollapse, 0 );
62
63 Cmd_CommandAdd( pAbc,
"Word level",
"%print", Abc_CommandPrint, 0 );
64}
void Cmd_CommandAdd(Abc_Frame_t *pAbc, const char *sGroup, const char *sName, Cmd_CommandFuncType pFunc, int fChanges)