abc-master
|
#include "base/abc/abc.h"
#include "base/main/main.h"
#include "map/if/if.h"
#include "bool/kit/kit.h"
#include "aig/aig/aig.h"
Go to the source code of this file.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Function*************************************************************
Synopsis [Box mapping procedures.]
Description []
SideEffects []
SeeAlso []
Definition at line 260 of file abcIf.c.
Definition at line 393 of file abcIf.c.
Function*************************************************************
Synopsis [Rebuilds GIA from mini AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 357 of file abcIf.c.
Abc_Obj_t * Abc_NodeFromIf_rec | ( | Abc_Ntk_t * | pNtkNew, |
If_Man_t * | pIfMan, | ||
If_Obj_t * | pIfObj, | ||
Vec_Int_t * | vCover | ||
) |
Function*************************************************************
Synopsis [Derive one node after FPGA mapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 415 of file abcIf.c.
Function*************************************************************
Synopsis [Derives the truth table for one cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 603 of file abcIf.c.
Hop_Obj_t* Abc_NodeIfToHop2_rec | ( | Hop_Man_t * | pHopMan, |
If_Man_t * | pIfMan, | ||
If_Obj_t * | pIfObj, | ||
Vec_Ptr_t * | vVisited | ||
) |
Function*************************************************************
Synopsis [Recursively derives the truth table for the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 556 of file abcIf.c.
Hop_Obj_t* Abc_NodeIfToHop_rec | ( | Hop_Man_t * | pHopMan, |
If_Man_t * | pIfMan, | ||
If_Obj_t * | pIfObj, | ||
Vec_Ptr_t * | vVisited | ||
) |
Function*************************************************************
Synopsis [Recursively derives the truth table for the cut.]
Description []
SideEffects []
SeeAlso []
Definition at line 523 of file abcIf.c.
void Abc_NtkBddReorder | ( | Abc_Ntk_t * | pNtk, |
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Reorders BDDs of the local functions.]
Description []
SideEffects []
SeeAlso []
Definition at line 77 of file abcReorder.c.
void Abc_NtkBidecResyn | ( | Abc_Ntk_t * | pNtk, |
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Resynthesizes nodes using bi-decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 110 of file abcBidec.c.
Function*************************************************************
Synopsis [Orders AIG nodes so that nodes from larger cones go first.]
Description []
SideEffects []
SeeAlso []
Definition at line 693 of file abcIf.c.
Function*************************************************************
Synopsis [Orders AIG nodes so that nodes from larger cones go first.]
Description []
SideEffects []
SeeAlso []
Definition at line 665 of file abcIf.c.
Function*************************************************************
Synopsis [Creates the mapped network.]
Description [Assuming the copy field of the mapped nodes are NULL.]
SideEffects []
SeeAlso []
Definition at line 290 of file abcIf.c.
Function*************************************************************
Synopsis [Interface with the FPGA mapping package.]
Description []
SideEffects []
SeeAlso []
Definition at line 106 of file abcIf.c.
Function*************************************************************
Synopsis [Sets PO drivers.]
Description []
SideEffects []
SeeAlso []
Definition at line 751 of file abcIf.c.
DECLARATIONS ///.
CFile****************************************************************
FileName [abcIf.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Interface with the FPGA mapping package.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 21, 2006.]
Revision [
]
Definition at line 188 of file abcIf.c.
Function*************************************************************
Synopsis [Load the network into FPGA manager.]
Description []
SideEffects []
SeeAlso []
void If_ManComputeSwitching | ( | If_Man_t * | pIfMan | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Interface with the FPGA mapping package.]
Description []
SideEffects []
SeeAlso []
Definition at line 58 of file abcIf.c.