#include "gia.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Vec_Int_t * | Gia_ManLutCollect2 (Gia_Man_t *p) |
| DECLARATIONS ///. | |
| Vec_Int_t * | Gia_ManLutCollect (Gia_Man_t *p) |
| void | Gia_ManLutPacking (Gia_Man_t *p, int nBlockSize, int DelayRoute, int DelayDir, int fVerbose) |
Definition at line 80 of file giaPack.c.


| ABC_NAMESPACE_IMPL_START Vec_Int_t * Gia_ManLutCollect2 | ( | Gia_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaPack.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [LUT packing.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Collects LUT nodes in the increasing order of distance from COs.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file giaPack.c.

| void Gia_ManLutPacking | ( | Gia_Man_t * | p, |
| int | nBlockSize, | ||
| int | DelayRoute, | ||
| int | DelayDir, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [LUT packing algorithm.]
Description []
SideEffects []
SeeAlso []
Definition at line 125 of file giaPack.c.
