#include "superInt.h"
Go to the source code of this file.
Classes | |
| struct | Super2_ManStruct_t_ |
| struct | Super2_LibStruct_t_ |
| struct | Super2_GateStruct_t_ |
Macros | |
| #define | SUPER_MASK(n) |
| DECLARATIONS ///. | |
| #define | SUPER_FULL (~((unsigned)0)) |
| #define | Super2_IsComplement(p) |
| #define | Super2_Regular(p) |
| #define | Super2_Not(p) |
| #define | Super2_NotCond(p, c) |
| #define | Super2_LibForEachGate(Lib, Gate) |
| #define | Super2_LibForEachGate2(Lib, Gate2) |
Typedefs | |
| typedef struct Super2_ManStruct_t_ | Super2_Man_t |
| typedef struct Super2_LibStruct_t_ | Super2_Lib_t |
| typedef struct Super2_GateStruct_t_ | Super2_Gate_t |
Functions | |
| void | Super2_Precompute (int nInputs, int nLevels, int fVerbose) |
| FUNCTION DEFINITIONS ///. | |
| #define Super2_IsComplement | ( | p | ) |
Definition at line 67 of file superAnd.c.
| #define Super2_LibForEachGate | ( | Lib, | |
| Gate ) |
Definition at line 73 of file superAnd.c.
| #define Super2_LibForEachGate2 | ( | Lib, | |
| Gate2 ) |
Definition at line 77 of file superAnd.c.
| #define Super2_Not | ( | p | ) |
Definition at line 69 of file superAnd.c.
| #define Super2_NotCond | ( | p, | |
| c ) |
Definition at line 70 of file superAnd.c.
| #define Super2_Regular | ( | p | ) |
Definition at line 68 of file superAnd.c.
| #define SUPER_FULL (~((unsigned)0)) |
Definition at line 30 of file superAnd.c.
| #define SUPER_MASK | ( | n | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [superAnd.c]
PackageName [MVSIS 1.3: Multi-valued logic synthesis system.]
Synopsis [Pre-computation of supergates.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 8, 2003.]
Revision [
]
Definition at line 29 of file superAnd.c.
| typedef struct Super2_GateStruct_t_ Super2_Gate_t |
Definition at line 35 of file superAnd.c.
| typedef struct Super2_LibStruct_t_ Super2_Lib_t |
Definition at line 34 of file superAnd.c.
| typedef struct Super2_ManStruct_t_ Super2_Man_t |
Definition at line 33 of file superAnd.c.
| void Super2_Precompute | ( | int | nInputs, |
| int | nLevels, | ||
| int | fVerbose ) |
FUNCTION DEFINITIONS ///.
INCLUDES ///.
Function*************************************************************
Synopsis [Precomputes the library of AND2 gates.]
Description []
SideEffects []
SeeAlso []
Definition at line 113 of file superAnd.c.