abc-master
|
#include "gia.h"
Go to the source code of this file.
Functions | |
static unsigned | Gia_Iso3Node (Gia_Obj_t *pObj) |
FUNCTION DEFINITIONS ///. More... | |
void | Gia_Iso3Init (Gia_Man_t *p) |
static void | Gia_Iso3ComputeEdge (Gia_Man_t *p, Gia_Obj_t *pObj, Gia_Obj_t *pFanin, int fCompl, Vec_Int_t *vSign) |
void | Gia_Iso3Compute (Gia_Man_t *p, Vec_Int_t *vSign) |
static Vec_Int_t * | Gia_Iso3Save (Gia_Man_t *p) |
int | Gia_Iso3Unique (Vec_Int_t *vSign) |
void | Gia_Iso3Test (Gia_Man_t *p) |
Variables | |
static ABC_NAMESPACE_IMPL_START unsigned | Iso_Nodes [6] = { 0x04892ed6, 0xc2523d7d, 0xdc36cd2e, 0xf2db64f8, 0xde3126bb, 0xdebbdff0 } |
DECLARATIONS ///. More... | |
static unsigned | Iso_Fanio [2] = { 0x855ee0cf, 0x946e1b5f } |
static unsigned | Iso_Compl [2] = { 0x8ba63e50, 0x14d87f02 } |
Definition at line 83 of file giaIso3.c.
|
inlinestatic |
void Gia_Iso3Init | ( | Gia_Man_t * | p | ) |
Definition at line 59 of file giaIso3.c.
|
inlinestatic |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file giaIso3.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 107 of file giaIso3.c.
void Gia_Iso3Test | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 138 of file giaIso3.c.
int Gia_Iso3Unique | ( | Vec_Int_t * | vSign | ) |
Definition at line 117 of file giaIso3.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaIso3.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]