
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | acd_evaluate (word *pTruth, unsigned nVars, int lutSize, unsigned *pdelay, unsigned *cost, int try_no_late_arrival) |
| int | acd_decompose (word *pTruth, unsigned nVars, int lutSize, unsigned *pdelay, unsigned char *decomposition) |
| int | acd2_evaluate (word *pTruth, unsigned nVars, int lutSize, unsigned *pdelay, unsigned *cost, int try_no_late_arrival) |
| int | acd2_decompose (word *pTruth, unsigned nVars, int lutSize, unsigned *pdelay, unsigned char *decomposition) |
| int | acd66_evaluate (word *pTruth, unsigned nVars) |
| int | acdXX_evaluate (word *pTruth, unsigned lutSize, unsigned nVars) |
| int | acdXX_decompose (word *pTruth, unsigned lutSize, unsigned nVars, unsigned char *decomposition) |
| int acd2_decompose | ( | word * | pTruth, |
| unsigned | nVars, | ||
| int | lutSize, | ||
| unsigned * | pdelay, | ||
| unsigned char * | decomposition ) |
Definition at line 98 of file ac_wrapper.cpp.

| int acd2_evaluate | ( | word * | pTruth, |
| unsigned | nVars, | ||
| int | lutSize, | ||
| unsigned * | pdelay, | ||
| unsigned * | cost, | ||
| int | try_no_late_arrival ) |
Definition at line 75 of file ac_wrapper.cpp.

|
inline |
Definition at line 121 of file ac_wrapper.cpp.

| int acd_decompose | ( | word * | pTruth, |
| unsigned | nVars, | ||
| int | lutSize, | ||
| unsigned * | pdelay, | ||
| unsigned char * | decomposition ) |
Definition at line 51 of file ac_wrapper.cpp.

| ABC_NAMESPACE_IMPL_START int acd_evaluate | ( | word * | pTruth, |
| unsigned | nVars, | ||
| int | lutSize, | ||
| unsigned * | pdelay, | ||
| unsigned * | cost, | ||
| int | try_no_late_arrival ) |
C++File**************************************************************
FileName [ac_wrapper.cpp]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Ashenhurst-Curtis decomposition.]
Synopsis [Interface with the FPGA mapping package.]
Author [Alessandro Tempia Calvino]
Affiliation [EPFL]
Date [Ver. 1.0. Started - November 20, 2023.]
Definition at line 26 of file ac_wrapper.cpp.

| int acdXX_decompose | ( | word * | pTruth, |
| unsigned | lutSize, | ||
| unsigned | nVars, | ||
| unsigned char * | decomposition ) |
Definition at line 153 of file ac_wrapper.cpp.

| int acdXX_evaluate | ( | word * | pTruth, |
| unsigned | lutSize, | ||
| unsigned | nVars ) |
Definition at line 133 of file ac_wrapper.cpp.

