#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include "misc/vec/vec.h"#include "misc/vec/vecMem.h"#include "misc/extra/extra.h"#include "misc/util/utilTruth.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Macc_ConstMultSpecOne2 (FILE *pFile, int n, int nBits, int nWidth) |
| DECLARATIONS ///. | |
| void | Macc_ConstMultSpecOne (FILE *pFile, int n, int nBits, int nWidth) |
| void | Macc_ConstMultSpecTest () |
| unsigned * | Macc_ConstMultGenerate (int nBits) |
| void | Macc_ConstMultGenTest0 () |
| void | Macc_ConstMultGenOne_rec (FILE *pFile, unsigned *p, int n, int nBits, int nWidth) |
| void | Macc_ConstMultGenMult (FILE *pFile, unsigned *p, int n, int nBits, int nWidth) |
| void | Macc_ConstMultGenMacc (FILE *pFile, unsigned *p, int n, int nBits, int nWidth) |
| void | Macc_ConstMultGenMacc2 (FILE *pFile, unsigned *p, int n, int nBits, int nWidth) |
| void | Macc_ConstMultGenTest () |
| unsigned * Macc_ConstMultGenerate | ( | int | nBits | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 113 of file extraUtilMacc.c.

| void Macc_ConstMultGenMacc | ( | FILE * | pFile, |
| unsigned * | p, | ||
| int | n, | ||
| int | nBits, | ||
| int | nWidth ) |
Definition at line 268 of file extraUtilMacc.c.

| void Macc_ConstMultGenMacc2 | ( | FILE * | pFile, |
| unsigned * | p, | ||
| int | n, | ||
| int | nBits, | ||
| int | nWidth ) |
Definition at line 291 of file extraUtilMacc.c.


| void Macc_ConstMultGenMult | ( | FILE * | pFile, |
| unsigned * | p, | ||
| int | n, | ||
| int | nBits, | ||
| int | nWidth ) |
Definition at line 247 of file extraUtilMacc.c.

| void Macc_ConstMultGenOne_rec | ( | FILE * | pFile, |
| unsigned * | p, | ||
| int | n, | ||
| int | nBits, | ||
| int | nWidth ) |
Definition at line 211 of file extraUtilMacc.c.


| void Macc_ConstMultGenTest | ( | ) |
Definition at line 313 of file extraUtilMacc.c.

| void Macc_ConstMultGenTest0 | ( | ) |
| void Macc_ConstMultSpecOne | ( | FILE * | pFile, |
| int | n, | ||
| int | nBits, | ||
| int | nWidth ) |
Definition at line 68 of file extraUtilMacc.c.
| ABC_NAMESPACE_IMPL_START void Macc_ConstMultSpecOne2 | ( | FILE * | pFile, |
| int | n, | ||
| int | nBits, | ||
| int | nWidth ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [extraUtilMacc.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [extra]
Synopsis [Generates multiplier accumulators.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 52 of file extraUtilMacc.c.


| void Macc_ConstMultSpecTest | ( | ) |
Definition at line 85 of file extraUtilMacc.c.
